Fix ansible-lint complaint about directory permissions

Switch from quoted string to actual octal number format

Change-Id: I30c73a6c026a41b0c92a2edf0f25067964c80d43
This commit is contained in:
Anton Khaldin 2016-07-05 23:51:03 -07:00
parent 1f29cdcf2b
commit 0035646b75

View File

@ -19,7 +19,7 @@
state: directory
owner: "{{ system_user }}"
group: "{{ system_group }}"
mode: "2755"
mode: 02755
with_items:
- { path: "/var/run" }
- { path: "/var/lock" }