Include our new friend.
This commit is contained in:
parent
d8b665f30c
commit
dc0ddb5392
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
action: yum state=installed pkg={{ item }}
|
||||
with_items:
|
||||
- packagedb-cli
|
||||
when: inventory_hostname.startswith('branched-composer') or inventory_hostname.startswith('rawhide-composer')
|
||||
when: inventory_hostname.startswith('branched-composer') or inventory_hostname.startswith('rawhide-composer') or inventory_hostname.startswith('composer.stg')
|
||||
|
||||
# put cron job in for branched compose
|
||||
- name: branched compose cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue