diff options
author | Sam Doran <sdoran@redhat.com> | 2021-01-14 20:13:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 20:13:01 +0100 |
commit | e2308ed6e3ae837dc927b6fd6b0ed366e03bd706 (patch) | |
tree | eefb7237b110b282253fc760a30ff71ccdc424ac /changelogs | |
parent | Add integration tests to ansible-galaxy-collection for 'ansible-galaxy collec... (diff) | |
download | ansible-e2308ed6e3ae837dc927b6fd6b0ed366e03bd706.tar.xz ansible-e2308ed6e3ae837dc927b6fd6b0ed366e03bd706.zip |
ansible-galaxy - correct collections-path command line arg (#73193)
It should be plural to match other options and environment variables.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/galaxy-collection-list-correct-arg-name.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/galaxy-collection-list-correct-arg-name.yml b/changelogs/fragments/galaxy-collection-list-correct-arg-name.yml new file mode 100644 index 0000000000..1db4f01e5e --- /dev/null +++ b/changelogs/fragments/galaxy-collection-list-correct-arg-name.yml @@ -0,0 +1,2 @@ +bugfixes: + - ansible-galaxy - correct ``collections-path`` command line argument (https://github.com/ansible/ansible/issues/73127) |