Closed Keyhaku closed 6 years ago
Hi,
It seems you created a group called "no_group" to group hosts that are in no group, but there is already a default ansible group for that : ungrouped
ungrouped
You can see more here : https://docs.ansible.com/ansible/latest/intro_inventory.html#default-groups
I think it's better to use this expected [default] group than the special one you created.
I'll submit a small PR soon.
Thanks @Keyhaku Waiting for your PR.
Hi,
It seems you created a group called "no_group" to group hosts that are in no group, but there is already a default ansible group for that :
ungrouped
You can see more here : https://docs.ansible.com/ansible/latest/intro_inventory.html#default-groups
I think it's better to use this expected [default] group than the special one you created.
I'll submit a small PR soon.