drop no longer needed rawhide/branched composes from alternative arches
This commit is contained in:
parent
ee4c4c5159
commit
f6ad086ae7
1 changed files with 0 additions and 15 deletions
|
@ -152,26 +152,11 @@
|
|||
copy: src="rawhide" dest=/etc/cron.d/rawhide
|
||||
when: inventory_hostname.startswith('rawhide-composer')
|
||||
|
||||
# put cron job in for aarch64 branched compose
|
||||
- name: aarch64 branched compose cron
|
||||
copy: src="aarch64.branched" dest=/etc/cron.d/branched
|
||||
when: inventory_hostname.startswith('compose-ppc64le-01')
|
||||
|
||||
# put cron job in for Power64 branched compose
|
||||
- name: power64 branched compose cron
|
||||
copy: src="power64.branched" dest=/etc/cron.d/branched
|
||||
when: inventory_hostname.startswith('compose-ppc64-01')
|
||||
|
||||
# put cron job in for s390 branched compose
|
||||
- name: s390 branched compose cron
|
||||
copy: src="s390.branched" dest=/etc/cron.d/branched
|
||||
when: inventory_hostname.startswith('compose-s390-01')
|
||||
|
||||
# put cron job in for s390 rawhide compose
|
||||
- name: s390 rawhide compose cron
|
||||
copy: src="s390.rawhide" dest=/etc/cron.d/rawhide
|
||||
when: inventory_hostname.startswith('compose-s390-01')
|
||||
|
||||
# put cron job in for two-week nightly compose
|
||||
- name: twoweek compose cron
|
||||
copy: src="twoweek-updates" dest=/etc/cron.d/twoweek-updates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue