[Cleanup] munin: space before and after variable names

This commit is contained in:
Mathieu Trossevin 2020-06-19 14:17:28 +02:00
parent c51669531b
commit 6fb78be66c
Signed by: mtrossevin
GPG Key ID: 81987323AE7F3E99
2 changed files with 3 additions and 3 deletions

View File

@ -64,8 +64,8 @@
- name: Patch logrotate conf
replace:
name: /etc/logrotate.d/varnish
regexp: '^(\s+)(/usr/sbin/invoke-rc.d {{item}}.*)'
replace: '\1systemctl -q is-active {{item}} && \2'
regexp: '^(\s+)(/usr/sbin/invoke-rc.d {{ item }}.*)'
replace: '\1systemctl -q is-active {{ item }} && \2'
with_items:
- varnishlog
- varnishncsa

View File

@ -33,7 +33,7 @@
- name: Enable varnish4 munin plugin
file:
src: /usr/local/share/munin/plugins/varnish4_
dest: "/etc/munin/plugins/varnish4_{{item}}"
dest: "/etc/munin/plugins/varnish4_{{ item }}"
state: link
with_items:
- backend_traffic