From 9abf1fdde008a5b3d32260f98da3dea33611b288 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 16 Aug 2023 18:31:39 -0400 Subject: [PATCH] Change privledge executable to be doas --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 93c4c73..b2f0e3b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -525,7 +525,7 @@ ;become_ask_pass=False # (string) executable to use for privilege escalation, otherwise Ansible will depend on PATH -;become_exe= +become_exe=doas # (string) Flags to pass to the privilege escalation executable. ;become_flags= -- 2.42.0