base: fix more handler renaming issues
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1507d79814
commit
1e77199920
1 changed files with 9 additions and 9 deletions
|
@ -197,8 +197,8 @@
|
|||
- iptables/iptables
|
||||
when: baseiptables|bool
|
||||
notify:
|
||||
- restart iptables
|
||||
- reload libvirtd
|
||||
- Restart iptables
|
||||
- Reload libvirtd
|
||||
tags:
|
||||
- iptables
|
||||
- config
|
||||
|
@ -222,8 +222,8 @@
|
|||
- iptables/ip6tables
|
||||
when: baseiptables|bool
|
||||
notify:
|
||||
- restart ip6tables
|
||||
- reload libvirtd
|
||||
- Restart ip6tables
|
||||
- Reload libvirtd
|
||||
tags:
|
||||
- ip6tables
|
||||
- config
|
||||
|
@ -285,7 +285,7 @@
|
|||
- rsyslog/rsyslog.conf.{{ dist_tag }}
|
||||
- rsyslog/rsyslog.conf.default
|
||||
notify:
|
||||
- restart rsyslog
|
||||
- Restart rsyslog
|
||||
tags:
|
||||
- rsyslogd
|
||||
- config
|
||||
|
@ -295,7 +295,7 @@
|
|||
ansible.builtin.copy: src=rsyslog/merged-rsyslog dest=/etc/logrotate.d/merged-rsyslog mode=0644
|
||||
when: inventory_hostname.startswith('log')
|
||||
notify:
|
||||
- restart rsyslog
|
||||
- Restart rsyslog
|
||||
tags:
|
||||
- rsyslogd
|
||||
- config
|
||||
|
@ -306,7 +306,7 @@
|
|||
with_fileglob:
|
||||
- rsyslog/*.conf
|
||||
notify:
|
||||
- restart rsyslog
|
||||
- Restart rsyslog
|
||||
tags:
|
||||
- rsyslogd
|
||||
- config
|
||||
|
@ -318,7 +318,7 @@
|
|||
- rsyslog/rsyslog-audit.conf.{{ datacenter }}
|
||||
- rsyslog/rsyslog-audit.conf.default
|
||||
notify:
|
||||
- restart rsyslog
|
||||
- Restart rsyslog
|
||||
tags:
|
||||
- rsyslogd
|
||||
- config
|
||||
|
@ -548,7 +548,7 @@
|
|||
ansible.builtin.copy: src="{{ files }}/common/rsyslog-logrotate" dest=/etc/logrotate.d/rsyslog mode=0644
|
||||
when: inventory_hostname.startswith('proxy')
|
||||
notify:
|
||||
- restart rsyslog
|
||||
- Restart rsyslog
|
||||
tags:
|
||||
- rsyslogd
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue