Fix ansible-lint complaint about directory permissions

Switch from quoted string to actual octal number format

Change-Id: I0214870e7b76da61406a3d39443afaf4c522b23f
This commit is contained in:
Travis Truman 2016-07-06 13:53:56 -04:00
parent c7027c1ff5
commit 03a1def561

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