diff --git a/Manual.org b/Manual.org index f09ba27..b242df7 100644 --- a/Manual.org +++ b/Manual.org @@ -532,7 +532,7 @@ yavdr-common executes the following tasks: ***** create directories #+BEGIN_SRC yaml :tangle roles/yavdr-common/tasks/create_directories.yml :exports none :mkdirp yes - name: ensure /etc/yavdr exists -file: + file: path: /etc/yavdr state: directory mode: 0755 diff --git a/roles/yavdr-common/tasks/create_directories.yml b/roles/yavdr-common/tasks/create_directories.yml index 399905b..ba5ac1f 100644 --- a/roles/yavdr-common/tasks/create_directories.yml +++ b/roles/yavdr-common/tasks/create_directories.yml @@ -1,5 +1,5 @@ - name: ensure /etc/yavdr exists -file: + file: path: /etc/yavdr state: directory mode: 0755