From 572cbf3fc521829d882a3e7944cea41ca42c2de1 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 16 Dec 2015 13:50:18 +0100 Subject: [PATCH] d4science-ghn-cluster/group_vars/*/r-packages.yml: Fix the dataminer r-packages order installation. d4science-ghn-cluster/inventory/hosts.production: Production dataminer hostnames. --- haproxy/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy/tasks/main.yml b/haproxy/tasks/main.yml index 10650d20..ba53d9b9 100644 --- a/haproxy/tasks/main.yml +++ b/haproxy/tasks/main.yml @@ -31,7 +31,7 @@ tags: haproxy - name: Ensure that haproxy is enabled and started - service: name=haproxy state=started enabled=yes + service: name=haproxy state=restarted enabled=yes when: haproxy_enabled ignore_errors: True tags: haproxy