From 3a78c5467df2eed5124f1bb7caeb92474e7f4e11 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 29 Sep 2014 11:02:09 +0200 Subject: [PATCH] Activate the anitya roles --- playbooks/groups/anitya.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/groups/anitya.yml b/playbooks/groups/anitya.yml index b65db5ca95..1a9521e80f 100644 --- a/playbooks/groups/anitya.yml +++ b/playbooks/groups/anitya.yml @@ -65,9 +65,9 @@ pre_tasks: - include: "{{ tasks }}/apache.yml" - #roles: - #- anitya/frontend - # + roles: + - anitya/frontend + handlers: - include: "{{ handlers }}/restart_services.yml" @@ -82,8 +82,8 @@ - "{{ private }}/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - #roles: - #- anitya/backend + roles: + - anitya/backend handlers: - include: "{{ handlers }}/restart_services.yml"