From 2456e5e24f6816326fccc6a71940989d801facec Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 26 Apr 2016 13:24:18 +0200
Subject: [PATCH] Documentation for HaProxy and Varnish quick updates

---
 tasks/configure.yml | 6 ------
 tasks/main.yml      | 1 +
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/tasks/configure.yml b/tasks/configure.yml
index ae1d271..4f5c7fe 100644
--- a/tasks/configure.yml
+++ b/tasks/configure.yml
@@ -14,7 +14,6 @@
             owner=root
             group=root
             mode=644
-  #when: scope == 'all'
   with_items: '{{ groups.all }}'
   notify: 'Proxy | Restart HAProxy'
 
@@ -24,7 +23,6 @@
             owner=root
             group=root
             mode=644
-  #when: scope == 'all'
   with_items: '{{ groups.all }}'
   notify: 'Proxy | Restart HAProxy'
 
@@ -34,7 +32,6 @@
         group=root
         mode=644
         state=touch
-  #when: scope == 'all'
   with_items: '{{ groups.all }}'
   notify: 'Proxy | Restart HAProxy'
 
@@ -44,8 +41,6 @@
             owner=root
             group=root
             mode=644
-  #when: scope == 'all'
-  tags: Config
   notify: 'Proxy | Restart HAProxy'
 
 - name: "Proxy | Install update php script"
@@ -61,5 +56,4 @@
             owner=root
             group=root
             mode=644
-  #when: scope == 'all'
   notify: 'Proxy | Restart HAProxy'
diff --git a/tasks/main.yml b/tasks/main.yml
index de7bb6b..2cb0cdc 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -20,5 +20,6 @@
 - block:
   - include: install.yml
   - include: configure.yml
+    tags: Config
 
   when: '"haproxy" not in excluded_roles'
-- 
GitLab