diff options
author | Ganesh Biradar <biradarganesh25@gmail.com> | 2020-05-28 16:38:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 16:38:48 +0200 |
commit | 187de7a8aaaf125c12b8a440c5362166eff30358 (patch) | |
tree | c23b5ceedc3e51cb74937e9e0ed76887908fc7d3 /changelogs | |
parent | Update announce script for ansible-base (#69735) (diff) | |
download | ansible-187de7a8aaaf125c12b8a440c5362166eff30358.tar.xz ansible-187de7a8aaaf125c12b8a440c5362166eff30358.zip |
Updated CLI help for 'ansible-galaxy' for 'collection' subcommand (#69458)
* Added YAML header line and link to existing github issue
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/69458-updated-galaxy-cli-help.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/69458-updated-galaxy-cli-help.yaml b/changelogs/fragments/69458-updated-galaxy-cli-help.yaml new file mode 100644 index 0000000000..6991a4827b --- /dev/null +++ b/changelogs/fragments/69458-updated-galaxy-cli-help.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - "ansible-galaxy- On giving an invalid subcommand to ansible-galaxy, the help would be shown only for role subcommand (collection subcommand help is not shown). With this change, the entire help for ansible-galaxy (same as ansible-galaxy --help) is displayed along with the help for role subcommand. (https://github.com/ansible/ansible/issues/69009)"
\ No newline at end of file |