From f3a0608a5a6cef77d21c0a76d49ce6aa636d038f Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Mon, 27 Jul 2026 17:19:00 +0200 Subject: [PATCH] sudo backward compatibility (sudo_rs in newer nodes) --- ansible/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index b6cbd19..2a96d72 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -444,7 +444,7 @@ interpreter_python=auto_silent ;become_ask_pass=False # (string) executable to use for privilege escalation, otherwise Ansible will depend on PATH. -;become_exe= +become_exe=sudo.ws # (string) Flags to pass to the privilege escalation executable. ;become_flags=