Tag badges/backend with the full role name for consistency.

This commit is contained in:
Ralph Bean 2014-11-07 18:11:17 +00:00
parent 7af74d5e53
commit 0beadb10c9

View file

@ -11,6 +11,7 @@
tags: tags:
- packages - packages
- badges - badges
- badges/backend
- name: copy database configuration - name: copy database configuration
template: > template: >
@ -22,6 +23,7 @@
tags: tags:
- config - config
- badges - badges
- badges/backend
notify: notify:
- restart fedmsg-hub - restart fedmsg-hub
@ -33,6 +35,7 @@
tags: tags:
- config - config
- badges - badges
- badges/backend
# Here I'm "permanently" hotfixing the fedmsg-hub # Here I'm "permanently" hotfixing the fedmsg-hub
# It needs to load the forward-compat sqlalchemy0.7 package from the get-go. # It needs to load the forward-compat sqlalchemy0.7 package from the get-go.
@ -44,6 +47,7 @@
- patches - patches
- hotfix - hotfix
- badges - badges
- badges/backend
notify: notify:
- restart fedmsg-hub - restart fedmsg-hub
@ -57,6 +61,7 @@
tags: tags:
- config - config
- badges - badges
- badges/backend
notify: notify:
- restart fedmsg-hub - restart fedmsg-hub
@ -72,6 +77,7 @@
- config - config
- cron - cron
- badges - badges
- badges/backend
- name: ensure badges cron directories exist - name: ensure badges cron directories exist
file: > file: >
@ -87,6 +93,7 @@
- config - config
- cron - cron
- badges - badges
- badges/backend
- name: oldschool badge award scripts - name: oldschool badge award scripts
copy: > copy: >
@ -106,6 +113,7 @@
- config - config
- cron - cron
- badges - badges
- badges/backend
- name: oldschool badge award cronjobs - name: oldschool badge award cronjobs
copy: > copy: >
@ -125,6 +133,7 @@
- config - config
- cron - cron
- badges - badges
- badges/backend
- name: copy creds for the flock paparazzi cronjob - name: copy creds for the flock paparazzi cronjob
template: > template: >
@ -135,6 +144,7 @@
- config - config
- cron - cron
- badges - badges
- badges/backend
- name: logrotate for badge award cronjobs - name: logrotate for badge award cronjobs
copy: > copy: >
@ -146,6 +156,7 @@
- config - config
- cron - cron
- badges - badges
- badges/backend
- name: copy over the badge-admin one-off scripts - name: copy over the badge-admin one-off scripts
copy: > copy: >
@ -162,3 +173,4 @@
tags: tags:
- scripts - scripts
- badges - badges
- badges/backend