diff options
author | Ganesh Nalawade <ganesh634@gmail.com> | 2020-06-04 19:00:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 19:00:11 +0200 |
commit | 646536643fdf027e2fcf02af2221f60b31e404df (patch) | |
tree | 4f4f883eb6057d3bb7bef4a87f420011096fced6 /changelogs | |
parent | Fix IncludedFile equality check (#69524) (diff) | |
download | ansible-646536643fdf027e2fcf02af2221f60b31e404df.tar.xz ansible-646536643fdf027e2fcf02af2221f60b31e404df.zip |
Use fqcr from command module invocation using shell module (#69790)
* Use fqcr from command module invocation using shell module
Fixes https://github.com/ansible/ansible/issues/69788
Use fully qualified collection reference while invoking
command module from shell module
* Fox review comment
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/69788_fqcr_command_shell.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/69788_fqcr_command_shell.yml b/changelogs/fragments/69788_fqcr_command_shell.yml new file mode 100644 index 0000000000..9d2db44e28 --- /dev/null +++ b/changelogs/fragments/69788_fqcr_command_shell.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - "Use fqcr from command module invocation using shell module. Fixes https://github.com/ansible/ansible/issues/69788"
\ No newline at end of file |