diff --git a/ansible.cfg b/ansible.cfg index f9af32d..31c9de2 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,5 @@ [defaults] -inventory = ./hosts \ No newline at end of file +inventory = ./hosts + +[privilege_escalation] +become_ask_pass=True \ No newline at end of file