diff options
| author | Sayan Chowdhury <sayanchowdhury@fedoraproject.org> | 2016-03-04 09:36:10 +0000 |
|---|---|---|
| committer | Sayan Chowdhury <sayanchowdhury@fedoraproject.org> | 2016-03-04 09:36:10 +0000 |
| commit | 6cb5482a28435152d6b9d3f35fc2d8770b068989 (patch) | |
| tree | 9940881347b06e023ee2c9e45d7a7cc8d00feebd /roles/bugyou/bugyou-plugins/tasks | |
| parent | 36ae00e37586c3ad29fa4b7e4fb812aa9e4895e1 (diff) | |
| download | ansible-6cb5482a28435152d6b9d3f35fc2d8770b068989.tar.gz ansible-6cb5482a28435152d6b9d3f35fc2d8770b068989.tar.xz ansible-6cb5482a28435152d6b9d3f35fc2d8770b068989.zip | |
Add tags to bugyou and bugyou_plugins
Diffstat (limited to 'roles/bugyou/bugyou-plugins/tasks')
| -rw-r--r-- | roles/bugyou/bugyou-plugins/tasks/main.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/bugyou/bugyou-plugins/tasks/main.yml b/roles/bugyou/bugyou-plugins/tasks/main.yml index cf128cf5a..ef85be6a5 100644 --- a/roles/bugyou/bugyou-plugins/tasks/main.yml +++ b/roles/bugyou/bugyou-plugins/tasks/main.yml @@ -2,13 +2,14 @@ # Configuration for Bugyou Plugins - name: install needed packages for bugyou_plugins - yum: pkg={{ item }} state=present + yum: pkg={{ item }} state=present enablerepo=epel-testing with_items: - python-libpagure - bugyou_plugins notify: - restart fedmsg-hub tags: + - bugyou - bugyou/plugins - name: copy bugyou plugins configuration files @@ -24,9 +25,11 @@ notify: - restart fedmsg-hub tags: + - bugyou - bugyou/plugins - name: start the bugyou-cntrl service: name=bugyou-cntrl state=started tags: + - bugyou - bugyou/plugins |
