mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 04:00:25 +08:00
Include our new friend.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user