Update ansible.cfg (#178)

Removing become as it forces sudo on all servers including localhost
This commit is contained in:
Tim Coombs 2023-10-05 08:36:26 +11:00 committed by GitHub
parent bccdc4e3d0
commit 6d610c9ee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,3 @@ inventory = inventory
[ssh_connection]
pipelining = True
[privilege_escalation]
become = True