diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2024-09-18 21:07:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 21:07:21 +0200 |
commit | 85d9a40aacd4ec04dd6dd86cb681efb3475645c3 (patch) | |
tree | 98bb11bbfccba08ee5d35f14dd30f39fb74a9a8c /changelogs | |
parent | timedout extended (#83953) (diff) | |
download | ansible-85d9a40aacd4ec04dd6dd86cb681efb3475645c3.tar.xz ansible-85d9a40aacd4ec04dd6dd86cb681efb3475645c3.zip |
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>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/ansible-galaxy-install-help.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-galaxy-install-help.yml b/changelogs/fragments/ansible-galaxy-install-help.yml new file mode 100644 index 0000000000..31b6de9a3c --- /dev/null +++ b/changelogs/fragments/ansible-galaxy-install-help.yml @@ -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. |