mirror of https://github.com/ansible/ansible.git
Make template test work with both py2.6 and 2.7+
parent
aafda44bb3
commit
8d0ceeca91
@ -0,0 +1,8 @@
|
|||||||
|
templated_var_loaded
|
||||||
|
|
||||||
|
{
|
||||||
|
"bool": true,
|
||||||
|
"multi_part": "1Foo",
|
||||||
|
"number": 5,
|
||||||
|
"string_num": "5"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue