]> arthur.barton.de Git - AnsibleRoles.git/commitdiff
apache2: Add "apache" tag to 'restart "apache2"' handler
authorAlexander Barton <alex@barton.de>
Thu, 18 May 2017 16:26:26 +0000 (18:26 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 18 May 2017 16:26:26 +0000 (18:26 +0200)
roles/apache2/handlers/main.yml

index 680a4c86b174d72fd19222852d3b787b06d30533..9af0902c3c57cd3fab749a2602562be775a54a0b 100644 (file)
@@ -2,6 +2,8 @@
 # apache2 handlers
 
 - name: restart "apache2"
+  tags:
+    - apache
   service: >
     name=apache2
     state=restarted