From bc071b12d175b29a17802ac9d36fdd935c76b0fc Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 1 Oct 2014 11:19:40 +0200 Subject: [PATCH] Add the anitya tag to both anitya roles --- playbooks/groups/anitya.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/groups/anitya.yml b/playbooks/groups/anitya.yml index 1a9521e80f..3e3e000b9f 100644 --- a/playbooks/groups/anitya.yml +++ b/playbooks/groups/anitya.yml @@ -68,6 +68,9 @@ roles: - anitya/frontend + tags: + - anitya + handlers: - include: "{{ handlers }}/restart_services.yml" @@ -85,6 +88,9 @@ roles: - anitya/backend + tags: + - anitya + handlers: - include: "{{ handlers }}/restart_services.yml"