mirror of https://github.com/ansible/ansible.git
* Clarify galaxy CLI --help about install locations (#83919) * add descriptions for `ansible-galaxy install` and `ansible-galaxy role|collection install` * fix the usage for installing roles and collections together and include collections in the description for -r Closes #81159 Co-authored-by: Alan Rominger <arominge@redhat.com> Co-authored-by: Sandra McCann <samccann@redhat.com> (cherry picked from commitpull/84025/head85d9a40aac
) * ansible-galaxy - fix the usage for role/collection install (#83979) (cherry picked from commitbf8da52aac
)
parent
08d32bc3a2
commit
d954d15543
@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
Add descriptions for ``ansible-galaxy install --help` and ``ansible-galaxy role|collection install --help``.
|
||||
- >-
|
||||
``ansible-galaxy install --help`` - Fix the usage text and document that the requirements file passed to ``-r`` can include collections and roles.
|
Loading…
Reference in New Issue