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
|
@ -8,7 +8,7 @@
|
|||
ansible.builtin.file:
|
||||
path: /var/db/grossd
|
||||
state: directory
|
||||
mode: 0750
|
||||
mode: "0750"
|
||||
owner: gross
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
ansible.builtin.copy:
|
||||
dest: /etc/grossd.conf
|
||||
src: grossd.conf
|
||||
mode: 0644
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: Restart grossd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue