Fix ansible-lint complaint about directory permissions

Switch from quoted string to actual octal number format

Change-Id: Ie188dc7cab2072a94395732c002443d10fcb1cae
This commit is contained in:
Anton Khaldin
2016-07-06 00:40:31 -07:00
parent 258d0f62c4
commit 3991883b40

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" }