Inventory: Make ansible run as my user on the local machine
This commit is contained in:
@ -7,6 +7,8 @@ all:
|
||||
ansible_connection: local
|
||||
vars:
|
||||
ansible_user: transcaffeine
|
||||
ansible_become_user: transcaffeine
|
||||
ansible_become: true
|
||||
|
||||
gnupg:
|
||||
hosts:
|
||||
|
Reference in New Issue
Block a user