evoadmin-mail: remove unnecessary flush_handlers

This commit is contained in:
Victor LABORIE 2017-10-31 15:52:53 +01:00
parent 17ddda8ed3
commit ba5b9beb8c
2 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,4 @@
--- ---
- name: reload apache2 - name: reload apache2
service: service:
name: apache2 name: apache2

View file

@ -4,8 +4,6 @@
name: apt name: apt
tasks_from: evolix_public.yml tasks_from: evolix_public.yml
- meta: flush_handlers
- name: Install PHP packages - name: Install PHP packages
apt: apt:
name: '{{ item }}' name: '{{ item }}'