mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
Add tags to the bz2fm role.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user