Linting
This commit is contained in:
parent
d0cd352b4a
commit
77c1732623
31 changed files with 127 additions and 149 deletions
|
@ -16,9 +16,9 @@
|
|||
ansible.builtin.template:
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/mosquitto/conf.d/{{ item }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
notify: restart mosquitto
|
||||
with_items:
|
||||
- bambulab.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue