rougail-output-ansible/tests/results/test_namespace_read_write/40_8calculation_boolean.json

55 lines
802 B
JSON
Raw Normal View History

2024-12-02 20:22:27 +01:00
{
"_meta": {
"hostvars": {
"GROUP1_01": {
"ansible_host": "group1.net",
"rougail": {
"bool": false,
"multi1": [
false
],
"multi2": [
true,
false
]
}
},
"GROUP2_01": {
"ansible_host": "group2.net",
"rougail": {
"bool": false,
"multi1": [
false
],
"multi2": [
true,
false
]
}
}
}
},
"all": {
"children": [
"ungrouped",
"groups"
]
},
"group1": {
"hosts": [
"GROUP1_01"
]
},
"group2": {
"hosts": [
"GROUP2_01"
]
},
"groups": {
"children": [
"group1",
"group2"
]
}
}