From 4ab36f75b723ec5529f3aa8969dc77d9419a3533 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 26 Jan 2015 23:40:00 +0000 Subject: [PATCH] Sadly, this doesn't work in pre-task --- playbooks/groups/blockerbugs.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/playbooks/groups/blockerbugs.yml b/playbooks/groups/blockerbugs.yml index 52801a930a..64a502742e 100644 --- a/playbooks/groups/blockerbugs.yml +++ b/playbooks/groups/blockerbugs.yml @@ -24,10 +24,6 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - pre_tasks: - - include: "{{ tasks }}/apache.yml" - - include: "{{ tasks }}/mod_wsgi.yml" - roles: - base - rkhunter @@ -43,6 +39,8 @@ - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" + - include: "{{ tasks }}/apache.yml" + - include: "{{ tasks }}/mod_wsgi.yml" handlers: - include: "{{ handlers }}/restart_services.yml"