Set become_method in ansible.cfg

This commit is contained in:
Timotej Lazar 2024-06-20 20:47:00 +02:00
parent 2618c1c414
commit dbdf88fe36
5 changed files with 3 additions and 10 deletions

View file

@ -2,3 +2,6 @@
nocows = true
inventory = inventory.yml
remote_user = root
[privilege_escalation]
become_method = su