Fix "Forbidden implicit octal value" lint errors
This commit is contained in:
parent
1e973b3dde
commit
86d076ebc6
75 changed files with 227 additions and 227 deletions
|
@ -47,7 +47,7 @@
|
|||
ansible.builtin.copy:
|
||||
dest: /var/lib/act_runner/.runner
|
||||
src: "/srv/private/files/act_runner/{{ inventory_hostname }}.conf"
|
||||
mode: 0640
|
||||
mode: "0640"
|
||||
owner: root
|
||||
group: act_runner
|
||||
notify: Restart act_runner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue