From b4341cedc84847cdfa9f48edf1d927ff11867e22 Mon Sep 17 00:00:00 2001 From: Maximilian Kolb Date: Fri, 29 Nov 2024 08:13:17 +0100 Subject: [PATCH] Make sync of deps of Ansible collections optional Users can now opt-out of synchronizing dependencies of Ansible collections to Foreman+Katello. Refs redmine 37958 Refs 58dfb8cac9fed8bd868338391900a801c947ba0e in katello --- .../common/modules/proc_synchronizing-ansible-collections.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/common/modules/proc_synchronizing-ansible-collections.adoc b/guides/common/modules/proc_synchronizing-ansible-collections.adoc index 3068dd2e79..6272d26697 100644 --- a/guides/common/modules/proc_synchronizing-ansible-collections.adoc +++ b/guides/common/modules/proc_synchronizing-ansible-collections.adoc @@ -40,6 +40,8 @@ collections: ---- + For more information, see https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-roles-and-collections-from-the-same-requirements-yml-file[Installing roles and collections from the same requirements.yml file] in the _Galaxy User Guide_. +. Optional: Deselect *Sync Dependencies* if you do not want {Project} to resolve and synchronize dependencies. +By default, {Project} synchronizes all required dependencies. . Authenticate. .. To sync {Project} from *Private Automation Hub*, enter your token in the *Auth Token* field. ifdef::satellite[]