Fix indentation

This commit is contained in:
Alexander Grothe 2017-11-22 10:15:16 +01:00
parent f6ec12448a
commit c70d6f97c6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
- name: ensure /etc/yavdr exists
file:
file:
path: /etc/yavdr
state: directory
mode: 0755