ansible-infra/collections/ansible_collections/nullified/infrastructure/extensions/ansible.cfg
2023-11-08 00:00:00 +00:00

9 lines
195 B
INI

[defaults]
# target root path of the repository
home = ../../../../..
remote_tmp = /tmp
local_tmp = /tmp
[privilege_escalation]
become_method = su
become_flags = "-l"