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