mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Make template test work with both py2.6 and 2.7+
This commit is contained in:
8
test/integration/roles/test_template/files/foo-py26.txt
Normal file
8
test/integration/roles/test_template/files/foo-py26.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
templated_var_loaded
|
||||
|
||||
{
|
||||
"bool": true,
|
||||
"multi_part": "1Foo",
|
||||
"number": 5,
|
||||
"string_num": "5"
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
templated_var_loaded
|
||||
|
||||
{
|
||||
"bool": true,
|
||||
"multi_part": "1Foo",
|
||||
"number": 5,
|
||||
"bool": true,
|
||||
"multi_part": "1Foo",
|
||||
"number": 5,
|
||||
"string_num": "5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user