style: ansible-lint is happy

This commit is contained in:
VC
2024-07-05 11:53:37 +02:00
parent f9c9a00981
commit f8ef84d6db

View File

@@ -1,7 +1,7 @@
---
- name: Ensure some packages are installed
package:
ansible.builtin.apt:
name: "{{ item }}"
state: present
loop:
@@ -21,7 +21,7 @@
src: "files/{{ item }}"
dest: "/etc/munin/plugins/{{ item }}"
owner: root
user: root
group: root
mode: '0755'
notify:
- Restart munin-node