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
|
@ -7,7 +7,7 @@
|
|||
blacklist bluetooth
|
||||
blacklist btintel
|
||||
blacklist btusb
|
||||
mode: 0644
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
mode: 0770
|
||||
mode: "0770"
|
||||
owner: root
|
||||
group: qemu
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue