shelly_firmware: Fix lint errors

This commit is contained in:
Timo Makinen 2024-03-13 21:16:29 +00:00
parent a3de09e2f2
commit ead2775c41

View file

@ -8,7 +8,7 @@
ansible.builtin.file:
path: /srv/web/iot.foo.sh/shelly
state: directory
mode: 0755
mode: "0755"
owner: root
group: "{{ ansible_wheel }}"
@ -16,7 +16,7 @@
ansible.builtin.copy:
dest: /usr/local/bin/download-shelly-firmware
src: download-shelly-firmware.sh
mode: 0755
mode: "0755"
owner: root
group: "{{ ansible_wheel }}"