releng-compose: fix hostname of composer-branched01 so epel8-playground runs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
570cce1803
commit
f8d277a4e0
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@
|
||||||
# put cron job in for branched compose
|
# put cron job in for branched compose
|
||||||
- name: branched compose cron
|
- name: branched compose cron
|
||||||
copy: src="branched" dest=/etc/cron.d/branched
|
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
|
# put cron job in for rawhide compose
|
||||||
- name: rawhide compose cron
|
- name: rawhide compose cron
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
# put cron job in for epel8-playground compose
|
# put cron job in for epel8-playground compose
|
||||||
- name: epel8-playground compose cron
|
- name: epel8-playground compose cron
|
||||||
copy: src="epel8-playground" dest=/etc/cron.d/epel8-playground
|
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
|
- name: Create /etc/pki/fedora-messaging
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue