aarch64/ppc are now part of the regular rawhide compose, these were disabled but best to remove them from ansible too
This commit is contained in:
parent
a14aa55b7e
commit
3631ca6589
1 changed files with 0 additions and 10 deletions
|
@ -205,21 +205,11 @@
|
|||
copy: src="aarch64.branched" dest=/etc/cron.d/branched
|
||||
when: inventory_hostname.startswith('compose-ppc64le-01')
|
||||
|
||||
# put cron job in for aarch64 rawhide compose
|
||||
- name: aarch64 rawhide compose cron
|
||||
copy: src="aarch64.rawhide" dest=/etc/cron.d/rawhide
|
||||
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 Power64 rawhide compose
|
||||
- name: power64 rawhide compose cron
|
||||
copy: src="power64.rawhide" dest=/etc/cron.d/rawhide
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue