shelly_firmware: Fix lint errors
This commit is contained in:
parent
a3de09e2f2
commit
ead2775c41
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /srv/web/iot.foo.sh/shelly
|
path: /srv/web/iot.foo.sh/shelly
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0755
|
mode: "0755"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: /usr/local/bin/download-shelly-firmware
|
dest: /usr/local/bin/download-shelly-firmware
|
||||||
src: download-shelly-firmware.sh
|
src: download-shelly-firmware.sh
|
||||||
mode: 0755
|
mode: "0755"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue