style: make ansible-lint happy
This commit is contained in:
@@ -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
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
pretty_named_hosts:
|
||||
rsyslog_pretty_named_hosts:
|
||||
- name: enbarr
|
||||
address: 10.233.212.50
|
||||
- name: garreg-mach
|
||||
|
Reference in New Issue
Block a user