From 3bd238bf71b18406b43fc1e1c8a06786049decaf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 3 Mar 2016 20:24:44 +0000 Subject: [PATCH] Move fas client to after apache so it has a chance of working when proxy01.stg is the only proxy to fas --- playbooks/groups/proxies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 6042231455..fd645b1fe3 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -16,13 +16,13 @@ - base - rkhunter - nagios/client - - fas_client - collectd/base - sudo - rsyncd - { role: openvpn/client, when: env != "staging" } - apache + - fas_client tasks: - include: "{{ tasks }}/yumrepos.yml"