Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2022-10-06 16:55:56 +0300
committerGitHub <noreply@github.com>2022-10-06 16:55:56 +0300
commit420564c5bcf752a821ae0599c3bd01ffba40f3ea (patch)
tree48d08ccb0c0fd0d972c49a4d7d0f60eb84cde4de /changelogs
parent11c1777d56664b1acb56b387a1ad6aeadef1391d (diff)
Ensure that we do not squash keywords in validate (#79049)
* Ensure that we do not squash keywords in validate. Fixes #79021 * become_user: nobody should only apply to the test tasks, not the setup_test_user role * Update how become_user is specified * Add test to ensure keyword inheritance is working for become * Add clog frag * Cache fattributes to prevent re-calculation * ci_complete * Remove unnecessary getattr
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/79021-dont-squash-in-validate.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/79021-dont-squash-in-validate.yml b/changelogs/fragments/79021-dont-squash-in-validate.yml
new file mode 100644
index 00000000000..52a1e30e03c
--- /dev/null
+++ b/changelogs/fragments/79021-dont-squash-in-validate.yml
@@ -0,0 +1,3 @@
+bugfixes:
+- keyword inheritance - Ensure that we do not squash keywords in validate
+ (https://github.com/ansible/ansible/issues/79021)