From 3562b050ade5216116ebebd63c04d4d3ad54bd4c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 26 Sep 2014 17:35:53 +0000 Subject: [PATCH] Add tag to role. --- roles/badges/backend/tasks/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/badges/backend/tasks/main.yml b/roles/badges/backend/tasks/main.yml index a01847c302..50c7079682 100644 --- a/roles/badges/backend/tasks/main.yml +++ b/roles/badges/backend/tasks/main.yml @@ -11,6 +11,7 @@ - python-dogpile-cache tags: - packages + - badges - name: copy database configuration template: > @@ -23,6 +24,7 @@ - config notify: - restart fedmsg-hub + - badges - name: make badge definition directory file: > @@ -42,6 +44,7 @@ tags: - patches - hotfix + - badges notify: - restart fedmsg-hub @@ -69,6 +72,7 @@ tags: - config - cron + - badges - name: ensure badges cron directories exist file: > @@ -83,6 +87,7 @@ tags: - config - cron + - badges - name: oldschool badge award scripts copy: > @@ -101,6 +106,7 @@ tags: - config - cron + - badges - name: oldschool badge award cronjobs copy: > @@ -119,6 +125,7 @@ tags: - config - cron + - badges - name: copy creds for the flock paparazzi cronjob template: > @@ -128,6 +135,7 @@ tags: - config - cron + - badges - name: logrotate for badge award cronjobs copy: > @@ -138,6 +146,7 @@ tags: - config - cron + - badges - name: copy over the badge-admin one-off scripts copy: > @@ -153,3 +162,4 @@ - get-badges-person-id tags: - scripts + - badges