diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2025-01-10 19:03:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 19:03:18 +0100 |
commit | 20baf29a2a34dec10f7bf1865a666f81eb4ed78a (patch) | |
tree | 2e74da000e0e4b0e9e7b8f200215611a4ab075d3 /changelogs/fragments | |
parent | Use ECR Public for container test (#84537) (diff) | |
download | ansible-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.yml | 2 |
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). |