mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
fix modules' output by using publish_cmd (#3655)
* fix modules' output by using publish_cmd * added changelog frag * Update changelogs/fragments/3655-use-publish_cmd.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/3655-use-publish_cmd.yaml Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/3655-use-publish_cmd.yaml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
4
changelogs/fragments/3655-use-publish_cmd.yaml
Normal file
4
changelogs/fragments/3655-use-publish_cmd.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- ansible_galaxy_install - the output value ``cmd_args`` was bringing the intermediate command used to gather the state, instead of the command that actually performed the state change (https://github.com/ansible-collections/community.general/pull/3655).
|
||||
- pipx - the output value ``cmd_args`` was bringing the intermediate command used to gather the state, instead of the command that actually performed the state change (https://github.com/ansible-collections/community.general/pull/3655).
|
||||
- snap_alias - the output value ``cmd_args`` was bringing the intermediate command used to gather the state, instead of the command that actually performed the state change (https://github.com/ansible-collections/community.general/pull/3655).
|
||||
Reference in New Issue
Block a user