From 1fedcdbddd95cd9d94dd34c8e8d6a43b25586230 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sat, 23 Sep 2023 15:29:06 +0200 Subject: [PATCH] Actualiser playbook.yml --- playbook.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbook.yml b/playbook.yml index 85b5004..1252847 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,6 +1,6 @@ --- - hosts: all - become_user: stephane + become_user: staffadmin become: false gather_facts: no vars: @@ -14,11 +14,11 @@ - name: Create a directory if it does not exist ansible.builtin.file: - path: /home/stephane/lala + path: /home/staffadmin/lala state: directory mode: '0755' - owner: stephane - group: stephane + owner: staffadmin + group: staffadmin - name: Create a directory if it does not exist