evolinux-base: flush handlers at end of each include

This commit is contained in:
Jérémy Lecour 2017-01-03 17:02:23 +01:00 committed by Jérémy Lecour
parent 91c8fad950
commit e1654414ea
13 changed files with 26 additions and 0 deletions

View file

@ -74,3 +74,5 @@
apt:
upgrade: dist
when: evolinux_apt_upgrade
- meta: flush_handlers

View file

@ -108,3 +108,5 @@
- apache
when: evolinux_default_www_apache_vhost and apache_sites_available.stat.exists
- meta: flush_handlers

View file

@ -74,3 +74,5 @@
enabled: true
state: started
when: "'MegaRAID SAS' in raidmodel.stdout"
- meta: flush_handlers

View file

@ -48,3 +48,5 @@
set_fact:
ansible_fqdn: "{{ evolinux_fqdn }}"
when: ansible_fqdn != evolinux_fqdn
- meta: flush_handlers

View file

@ -37,3 +37,5 @@
state: present
reload: yes
when: evolinux_kernel_cve20165696
- meta: flush_handlers

View file

@ -30,3 +30,5 @@
regexp: "rotate [0-9]*"
replace: "rotate 12"
when: evolinux_logs_default_rotate
- meta: flush_handlers

View file

@ -93,3 +93,5 @@
- { option: "confirm", value: "1" }
- { option: "which", value: "both" }
when: evolinux_packages_listchanges
- meta: flush_handlers

View file

@ -70,3 +70,5 @@
tags:
- packages
- postfix
- meta: flush_handlers

View file

@ -1,2 +1,4 @@
- debug:
msg: "Online DNS servers fails sometimes! Please change them in /etc/resolv.conf."
# - meta: flush_handlers

View file

@ -12,3 +12,5 @@
- debug:
msg: "Orange DNS servers suck! Please change them in /etc/resolv.conf."
- meta: flush_handlers

View file

@ -76,3 +76,5 @@
- "set shiftwidth=4"
- "set smarttab"
when: evolinux_root_vim_conf
- meta: flush_handlers

View file

@ -36,3 +36,5 @@
regexp: '^AcceptEnv'
replace: "#AcceptEnv"
when: evolinux_ssh_disable_acceptenv
- meta: flush_handlers

View file

@ -144,3 +144,5 @@
replace: "auto"
backup: yes
when: evolinux_system_eni_auto
- meta: flush_handlers