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:
Salt 2021-01-18 05:18:39 -06:00
parent 2febec023f
commit e1ed70b055

View File

@ -1,8 +1,11 @@
# vim:ft=ansible:
all:
vars:
ansible_become: yes
ansible_user: ansible
children:
desultd:
vars:
ansible_become: yes
children:
desktop:
hosts: