Fix ansible-lint complaint about directory permissions
Switch from quoted string to actual octal number format Change-Id: I30c73a6c026a41b0c92a2edf0f25067964c80d43
This commit is contained in:
parent
1f29cdcf2b
commit
0035646b75
@ -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…
Reference in New Issue
Block a user