summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2025-01-10 19:03:18 +0100
committerGitHub <noreply@github.com>2025-01-10 19:03:18 +0100
commit20baf29a2a34dec10f7bf1865a666f81eb4ed78a (patch)
tree2e74da000e0e4b0e9e7b8f200215611a4ab075d3 /changelogs/fragments
parentUse ECR Public for container test (#84537) (diff)
downloadansible-20baf29a2a34dec10f7bf1865a666f81eb4ed78a.tar.xz
ansible-20baf29a2a34dec10f7bf1865a666f81eb4ed78a.zip
fix warnings about reserved variable names to cover all sources (#84432)
Also remove redundant check from tqm Now covers module output (set_fact/include_vars) Includes play objects at any stage (tasks that error were not covered) Added tests, moved them to role structure
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/reserved_module_chekc.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/reserved_module_chekc.yml b/changelogs/fragments/reserved_module_chekc.yml
new file mode 100644
index 0000000000..81dc79f6a9
--- /dev/null
+++ b/changelogs/fragments/reserved_module_chekc.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - Ansible will now also warn when reserved keywords are set via a module (set_fact, include_vars, etc).