From eff6ff37ad4118325d44fce2ad92c8de69f3d38f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 17 Nov 2014 21:18:17 +0000 Subject: [PATCH] Tag the role. --- roles/hotness/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/hotness/tasks/main.yml b/roles/hotness/tasks/main.yml index 085e93554e..b33907276c 100644 --- a/roles/hotness/tasks/main.yml +++ b/roles/hotness/tasks/main.yml @@ -6,6 +6,9 @@ with_items: - the-new-hotness - python-psycopg2 + tags: + - packages + - hotness - name: copy database configuration template: > @@ -15,3 +18,6 @@ - hotness.py notify: - restart fedmsg-hub + tags: + - config + - hotness