diff options
author | Martin Krizek <martin.krizek@gmail.com> | 2022-07-15 15:57:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 15:57:34 +0200 |
commit | d070b03ad89d6384f26314c53098bf006f703a3f (patch) | |
tree | 23a196635c1620277918e846e5b9fbd9e2086947 /test/integration/targets/template/templates | |
parent | template module/lookup: fix convert_data for macros (#78259) (diff) | |
download | ansible-d070b03ad89d6384f26314c53098bf006f703a3f.tar.xz ansible-d070b03ad89d6384f26314c53098bf006f703a3f.zip |
Fix templating nested vars with convert_data=False (#78273)
Regression introduced in #78259.
Diffstat (limited to 'test/integration/targets/template/templates')
-rw-r--r-- | test/integration/targets/template/templates/indirect_dict.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/template/templates/indirect_dict.j2 b/test/integration/targets/template/templates/indirect_dict.j2 new file mode 100644 index 0000000000..3124371f48 --- /dev/null +++ b/test/integration/targets/template/templates/indirect_dict.j2 @@ -0,0 +1 @@ +{{ v.foo }} |