diff --git a/playbook.yml b/playbook.yml index 5b1d613..632104d 100644 --- a/playbook.yml +++ b/playbook.yml @@ -14,7 +14,7 @@ - name: Create a directory if it does not exist ansible.builtin.file: - path: /home/staffadmin/lala + path: /home/stephane/lala state: directory mode: '0755' owner: staffadmin