style: make ansible-lint happy

This commit is contained in:
VC
2024-07-05 11:53:44 +02:00
parent 99cb02e92d
commit 4bbb789c77
13 changed files with 77 additions and 52 deletions

View File

@@ -26,5 +26,5 @@
state: present
insertbefore: '^# --- BEGIN PVE ---$'
line: "{{ item.address }} {{ item.name }}"
loop: "{{ pretty_named_hosts }}"
loop: "{{ rsyslog_pretty_named_hosts }}"
notify: Restart rsyslog