Enable tag2distrepo on bodhi-backend01.stg
This commit is contained in:
parent
a9d2fe303e
commit
a5a6df0ec3
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
- name: install tag2distrepo on fedora bodhi backends
|
||||
package: name=python2-tag2distrepo state=present
|
||||
when: inventory_hostname.startswith('bodhi-backend02')
|
||||
when: inventory_hostname.startswith('bodhi-backend02') or inventory_hostname.startswith('bodhi-backend01.stg')
|
||||
tags:
|
||||
- packages
|
||||
- bodhi
|
||||
|
@ -435,7 +435,7 @@
|
|||
template: >
|
||||
src=tag2distrepo.py.j2
|
||||
dest=/etc/fedmsg.d/tag2distrepo.py
|
||||
when: inventory_hostname.startswith('bodhi-backend02')
|
||||
when: inventory_hostname.startswith('bodhi-backend02') or inventory_hostname.startswith('bodhi-backend01.stg')
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue