Fix ansible-lint complaint about directory permissions
Switch from quoted string to actual octal number format Change-Id: I8978dfaf28fa039648b58c364b742659a2b2f6c2
This commit is contained in:
parent
ae16465067
commit
8b3f346921
@ -19,7 +19,7 @@
|
|||||||
state: directory
|
state: directory
|
||||||
owner: "{{ system_user }}"
|
owner: "{{ system_user }}"
|
||||||
group: "{{ system_group }}"
|
group: "{{ system_group }}"
|
||||||
mode: "2755"
|
mode: 02755
|
||||||
with_items:
|
with_items:
|
||||||
- { path: "/var/run" }
|
- { path: "/var/run" }
|
||||||
- { path: "/var/lock" }
|
- { path: "/var/lock" }
|
||||||
|
Loading…
Reference in New Issue
Block a user