Automatically install dependent collection #585
berndfinger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We could automatically install dependent collections when installing the collection from Ansible Galaxy. See also #552.
Pros:
ansible-galaxy install -vv -r meta/collection-requirements.yml
before using the collectionCons:
ansible-galaxy
command but only by removing directory trees, see this section of the Ansible "Installing collections" guide. This is a bit uncomfortable and more error-prone than with a command option.Beta Was this translation helpful? Give feedback.
All reactions