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:
authorBrian Coca <bcoca@users.noreply.github.com>2022-09-30 20:07:24 +0300
committerGitHub <noreply@github.com>2022-09-30 20:07:24 +0300
commit9650ddb11cd220845ca7996eeb620035f5e07a0a (patch)
tree46f318a584231ee880564b591ef377ef594f210a /changelogs
parent20c12522120d3fa30ee026fa98cd75376fecf412 (diff)
omit keyword should reset to context (#78917)
* omit keyword should reset to context ensure we use context/inheritance when calculating value, using default only when context is unavailable. fixes #75692
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/fix_omit_key.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_omit_key.yml b/changelogs/fragments/fix_omit_key.yml
new file mode 100644
index 00000000000..13d22466f2b
--- /dev/null
+++ b/changelogs/fragments/fix_omit_key.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - omit on keywords was resetting to default value, ignoring inheritance.