cronie-anacron stops cron-daily from running normally :(

This commit is contained in:
Seth Vidal 2012-12-17 21:26:48 +00:00
parent 5f35671e10
commit 88751054b3

View file

@ -36,7 +36,7 @@
- --service=http
# packages needed
- name: add packages for repo
- name: add packages
action: yum state=present name=$item
with_items:
- rsync
@ -48,6 +48,12 @@
- php-mysql
- cronie-noanacron
# packages needed to be gone
- name: erase packages
action: yum state=absent name=$item
with_items:
- cronie-anacron
- name: artboard backup thing
action: copy src=$files/artboard/artboard-backup dest=/etc/cron.daily/artboard-backup