remove s390 cron copy too

This commit is contained in:
Peter Robinson 2017-07-20 14:37:18 +00:00
parent e74ef4497d
commit 245989e708

View file

@ -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