rougail-output-ansible/tests/results/test_namespace/01_7value_multi_quote.json

47 lines
No EOL
662 B
JSON

{
"_meta": {
"hostvars": {
"GROUP1_01": {
"ansible_host": "group1.net",
"rougail": {
"variable": [
"quote'"
]
}
},
"GROUP2_01": {
"ansible_host": "group2.net",
"rougail": {
"variable": [
"quote'"
]
}
}
}
},
"all": {
"children": [
"ungrouped"
],
"hosts": [
"GROUP1_01",
"GROUP2_01"
]
},
"group1": {
"hosts": [
"GROUP1_01"
]
},
"group2": {
"hosts": [
"GROUP2_01"
]
},
"groups": {
"children": [
"group1",
"group2"
]
}
}