summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorGanesh Nalawade <ganesh634@gmail.com>2020-06-04 19:00:11 +0200
committerGitHub <noreply@github.com>2020-06-04 19:00:11 +0200
commit646536643fdf027e2fcf02af2221f60b31e404df (patch)
tree4f4f883eb6057d3bb7bef4a87f420011096fced6 /changelogs
parentFix IncludedFile equality check (#69524) (diff)
downloadansible-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.yml3
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