mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
remove s390 cron copy too
This commit is contained in:
@@ -152,11 +152,6 @@
|
||||
copy: src="rawhide" dest=/etc/cron.d/rawhide
|
||||
when: inventory_hostname.startswith('rawhide-composer')
|
||||
|
||||
# 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 two-week nightly compose
|
||||
- name: twoweek compose cron
|
||||
copy: src="twoweek-updates" dest=/etc/cron.d/twoweek-updates
|
||||
|
||||
Reference in New Issue
Block a user