mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
releng-compose: fix hostname of composer-branched01 so epel8-playground runs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
# put cron job in for branched compose
|
||||
- name: branched compose cron
|
||||
copy: src="branched" dest=/etc/cron.d/branched
|
||||
when: inventory_hostname.startswith('branched-composer.iad2')
|
||||
when: inventory_hostname.startswith('branched-composer01.iad2')
|
||||
|
||||
# put cron job in for rawhide compose
|
||||
- name: rawhide compose cron
|
||||
@@ -196,7 +196,7 @@
|
||||
# put cron job in for epel8-playground compose
|
||||
- name: epel8-playground compose cron
|
||||
copy: src="epel8-playground" dest=/etc/cron.d/epel8-playground
|
||||
when: inventory_hostname.startswith('branched-composer.iad2')
|
||||
when: inventory_hostname.startswith('branched-composer01.iad2')
|
||||
|
||||
- name: Create /etc/pki/fedora-messaging
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user