diff --git a/playbook.yml b/playbook.yml index 6dd52a4..94e2187 100644 --- a/playbook.yml +++ b/playbook.yml @@ -20,14 +20,13 @@ group: stephane -# - name: Create a directory if it does not exist -# become: true -# ansible.builtin.file: -# path: /root/test -# state: directory -# mode: '0755' -# owner: root -# group: root + - name: Create a directory if it does not exist + ansible.builtin.file: + path: /root/test + state: directory + mode: '0755' + owner: root + group: root - name: Update apt packages become: true apt: