diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2024-11-14 19:50:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 19:50:14 +0100 |
commit | 3e82ed307b4786ebe4dd5bb820d1c24877ad3b32 (patch) | |
tree | 19d9eccf9e95be5a8214bd1dbc074f9bd94d6aea /test/integration/targets/include_vars/vars2/hashes/hash2.yml | |
parent | Sequence query fix (#83758) (diff) | |
download | ansible-3e82ed307b4786ebe4dd5bb820d1c24877ad3b32.tar.xz ansible-3e82ed307b4786ebe4dd5bb820d1c24877ad3b32.zip |
include_vars - fix including new hash variables when hash_behaviour is set to merge (#84303)
Diffstat (limited to 'test/integration/targets/include_vars/vars2/hashes/hash2.yml')
-rw-r--r-- | test/integration/targets/include_vars/vars2/hashes/hash2.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/include_vars/vars2/hashes/hash2.yml b/test/integration/targets/include_vars/vars2/hashes/hash2.yml index 1f2a963662..fa35a9f4e6 100644 --- a/test/integration/targets/include_vars/vars2/hashes/hash2.yml +++ b/test/integration/targets/include_vars/vars2/hashes/hash2.yml @@ -3,3 +3,5 @@ config: key1: 1 key2: { b: 22 } key3: 3 +previously_undefined: + key1: { a: 1 } |