From d4ab5684cfe5ce16fab6f604ef49843a1e78f946 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 15 Oct 2022 01:24:28 -0400 Subject: Work around docker not having sudo --- inventory.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inventory.yml') diff --git a/inventory.yml b/inventory.yml index 10e7a2d..2c52301 100644 --- a/inventory.yml +++ b/inventory.yml @@ -5,13 +5,16 @@ prod: remote_user: orga ansible_ssh_user: orga ansible_python_interpreter: /usr/bin/python3 + ansible_become: true publish: ansible_host: front0.emacsconf.org remote_user: orga ansible_ssh_user: orga ansible_python_interpreter: /usr/bin/python3 + ansible_become: true pad: ansible_host: front0.emacsconf.org remote_user: orga ansible_ssh_user: orga ansible_python_interpreter: /usr/bin/python3 + ansible_become: true -- cgit v1.2.3