🚨: yamllint conformity

This commit is contained in:
VC
2024-07-05 11:53:53 +02:00
parent 8ee9a0f8ef
commit 192bf6dfcd
48 changed files with 103 additions and 95 deletions

View File

@@ -9,13 +9,13 @@
ansible.builtin.template:
src: upsmon.conf.j2
dest: /etc/nut/upsmon.conf
mode: '0640'
mode: "0o640"
notify: Restart nut-client
- name: Put nut configuration file
ansible.builtin.copy:
src: files/nut.conf
dest: /etc/nut/nut.conf
mode: '0640'
mode: "0o640"
when: inventory_hostname not in groups['nut_server']
notify: Restart nut-client