summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2021-01-10 23:28:47 +0100
committerGitHub <noreply@github.com>2021-01-10 16:28:47 -0600
commit5a92beb5753b1f3c2506812c3fa41e20c9aa50d6 (patch)
tree2d93af5dce9a591833291107872b15b2d604c39e /changelogs
parent11566eb1315331855dfcb8b54aaa39d0d23092a9 (diff)
downloadansible-5a92beb5753b1f3c2506812c3fa41e20c9aa50d6.tar.gz
Fix freeform actions with FQCN. (#72958)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/72958-fix-freeform-actions.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/72958-fix-freeform-actions.yml b/changelogs/fragments/72958-fix-freeform-actions.yml
new file mode 100644
index 0000000000..03708dc0a0
--- /dev/null
+++ b/changelogs/fragments/72958-fix-freeform-actions.yml
@@ -0,0 +1,2 @@
+bugfixes:
+- Freeform actions did not work with ``ansible.builtin.`` or ``ansible.legacy.`` FQCN (https://github.com/ansible/ansible/pull/72958).