tag the fedimg role.

This commit is contained in:
Ralph Bean 2014-12-06 19:06:53 +00:00
parent 2578f42a17
commit 62b5f188e8
1 changed files with 8 additions and 0 deletions

View File

@ -9,11 +9,15 @@
- python-paramiko
- python-libcloud
- python-fedimg
tags:
- fedimg
- name: install latest fedimg
yum: pkg={{ item }} state=latest
with_items:
- python-fedimg
tags:
- fedimg
- name: copy base configuration
template: >
@ -21,6 +25,8 @@
owner=fedmsg group=fedmsg mode=0700
notify:
- restart fedmsg-hub
tags:
- fedimg
- name: copy koji fedmsg consumer
template: >
@ -28,3 +34,5 @@
owner=fedmsg group=fedmsg mode=0600
notify:
- restart fedmsg-hub
tags:
- fedimg