]> arthur.barton.de Git - AnsibleRoles.git/blobdiff - roles/piwik/tasks/main.yml
apache2: Add 'reload "apache2" (graceful)' handler
[AnsibleRoles.git] / roles / piwik / tasks / main.yml
index 6442168ca9305da17dab28230595b8b532db98d4..ef58553ec9a105e05f212e41b4d211205628c2dd 100644 (file)
@@ -94,7 +94,7 @@
     owner=root
     src=apache2_piwik_vhost.conf.j2
   notify:
-    - restart "apache2"
+    - reload "apache2" (graceful)
 
 - name: enable Apache VHost configuration for Piwik
   tags:
     src=/etc/apache2/sites-available/piwik.conf
     state=link
   notify:
-    - restart "apache2"
+    - reload "apache2" (graceful)
 
 - name: install Piwik PHP configuration
   tags: