mirror of https://github.com/ansible/ansible.git
Allow InventoryScript JSON with childgroups only
and without hosts and vars
Without this patch, the simplified syntax is triggered when a group
is defined like this:
"platforms": {
"children": [
"cloudstack"
]
}
Which results in a group 'platforms' with 1 host 'platforms'.
more details in https://github.com/ansible/ansible/issues/13655
pull/13766/head
parent
45355cd566
commit
b0fe705384
Loading…
Reference in New Issue