update ansible.cfg
This commit is contained in:
parent
bf1ccf2b05
commit
1d7fce7cae
|
@ -1,2 +1,9 @@
|
|||
[connection]
|
||||
pipelining = True
|
||||
inventory=inventory
|
||||
ansible_managed=This file is managed by Ansible. Do not edit manually!
|
||||
|
||||
[privilege_escalation]
|
||||
become=True
|
||||
become_method=sudo
|
||||
become_user=root
|
||||
|
|
Loading…
Reference in New Issue