From 6640b85aeddd1ab63064473c0dd57742b4391e7f Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sat, 23 Sep 2023 15:20:44 +0200 Subject: [PATCH] Actualiser playbook.yml --- playbook.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbook.yml b/playbook.yml index 0321c0e..5dceae8 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,7 +1,7 @@ --- - hosts: all become_user: stephane - become: false + become: true gather_facts: no vars: test_var: test @@ -22,7 +22,6 @@ - name: Create a directory if it does not exist - become: true ansible.builtin.file: path: /root/test state: directory