From f77e558d0ed7a2b199cb80dacb4202861cc7ca8d Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 21 Jun 2017 03:32:13 +0000 Subject: [PATCH] we need fas_client early on, otherwise haproxy whines Signed-off-by: Ricky Elrod --- playbooks/groups/proxies.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 039b1ad0ac..9283f2a5ea 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -14,6 +14,7 @@ roles: - base + - fas_client - rkhunter - nagios_client - collectd/base @@ -204,6 +205,3 @@ - name: make sure selinux contexts are right on srv command: restorecon -R /srv changed_when: false - - roles: - - fas_client