Fix ansible-lint complaint about directory permissions

Switch from quoted string to actual octal number format

Change-Id: I8978dfaf28fa039648b58c364b742659a2b2f6c2
This commit is contained in:
Anton Khaldin 2016-07-05 23:33:18 -07:00
parent ae16465067
commit 8b3f346921

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