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
|
@ -16,7 +16,7 @@
|
|||
ansible.builtin.template:
|
||||
src: "{{ item }}.j2"
|
||||
dest: "/etc/sysconfig/{{ item }}"
|
||||
mode: 0600
|
||||
mode: "0600"
|
||||
owner: root
|
||||
group: root
|
||||
notify: "Reload {{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue