summaryrefslogtreecommitdiffstats
path: root/roles/bugzilla2fedmsg
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2014-09-16 15:01:11 +0000
committerRalph Bean <rbean@redhat.com>2014-09-16 15:01:11 +0000
commit1332fbfbd787aee7ffc20abefa5acda5ad08e6b6 (patch)
treef7b614b92ee76f90cd6aef1457ef5c6eb1418bc8 /roles/bugzilla2fedmsg
parent569f8598334dec7e190d53b2c9115c2d0f13fe28 (diff)
downloadansible-1332fbfbd787aee7ffc20abefa5acda5ad08e6b6.tar.gz
ansible-1332fbfbd787aee7ffc20abefa5acda5ad08e6b6.tar.xz
ansible-1332fbfbd787aee7ffc20abefa5acda5ad08e6b6.zip
Add tags to the bz2fm role.
Diffstat (limited to 'roles/bugzilla2fedmsg')
-rw-r--r--roles/bugzilla2fedmsg/tasks/main.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/bugzilla2fedmsg/tasks/main.yml b/roles/bugzilla2fedmsg/tasks/main.yml
index 8ecfa5cd4..ad6f5a36d 100644
--- a/roles/bugzilla2fedmsg/tasks/main.yml
+++ b/roles/bugzilla2fedmsg/tasks/main.yml
@@ -9,6 +9,7 @@
- python-twisted-words
tags:
- packages
+ - bugzilla2fedmsg
- name: Copy a custom moksha systemd service file
copy: >
@@ -16,6 +17,8 @@
dest=/usr/lib/systemd/system/moksha-hub.service
notify:
- restart moksha-hub
+ tags:
+ - bugzilla2fedmsg
- name: Make sure a few directories exist.
file:
@@ -27,6 +30,8 @@
with_items:
- /etc/moksha/
- /usr/share/fedmsg/
+ tags:
+ - bugzilla2fedmsg
- name: Copy the configuration for bugzilla2fedmsg over
template: >
@@ -37,6 +42,8 @@
mode=0640
notify:
- restart moksha-hub
+ tags:
+ - bugzilla2fedmsg
- name: Copy in the staging certificates
copy: >
@@ -49,6 +56,8 @@
when: env == 'staging'
notify:
- restart moksha-hub
+ tags:
+ - bugzilla2fedmsg
- name: Copy in the production certificates
copy: >
@@ -61,6 +70,10 @@
when: env != 'staging'
notify:
- restart moksha-hub
+ tags:
+ - bugzilla2fedmsg
- name: moksha-hub service
service: name=moksha-hub state=started enabled=yes
+ tags:
+ - bugzilla2fedmsg