routeros_firmware: Fix lint errors

This commit is contained in:
Timo Makinen 2024-03-13 21:18:09 +00:00
parent ead2775c41
commit 6bef2b0165

View file

@ -3,7 +3,7 @@
ansible.builtin.file:
path: /srv/web/oob.foo.sh/routeros
state: directory
mode: 0755
mode: "0755"
owner: root
group: "{{ ansible_wheel }}"
@ -19,7 +19,7 @@
/system reboot
/system package update print
```
mode: 0644
mode: "0644"
owner: root
group: "{{ ansible_wheel }}"
@ -27,7 +27,7 @@
ansible.builtin.copy:
dest: /usr/local/bin/download-routeros-firmware
src: download-routeros-firmware.sh
mode: 0755
mode: "0755"
owner: root
group: "{{ ansible_wheel }}"