Reorganize inventory
This fixes an issue with localhost always becoming during one task which is delegated to localhost that explicitly specifes 'become: false'. Thanks, Ansible.
This commit is contained in:
parent
2febec023f
commit
e1ed70b055
@ -1,8 +1,11 @@
|
|||||||
# vim:ft=ansible:
|
# vim:ft=ansible:
|
||||||
all:
|
all:
|
||||||
vars:
|
vars:
|
||||||
ansible_become: yes
|
|
||||||
ansible_user: ansible
|
ansible_user: ansible
|
||||||
|
children:
|
||||||
|
desultd:
|
||||||
|
vars:
|
||||||
|
ansible_become: yes
|
||||||
children:
|
children:
|
||||||
desktop:
|
desktop:
|
||||||
hosts:
|
hosts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user