cronie-anacron stops cron-daily from running normally :(
This commit is contained in:
parent
5f35671e10
commit
88751054b3
1 changed files with 7 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
- --service=http
|
- --service=http
|
||||||
|
|
||||||
# packages needed
|
# packages needed
|
||||||
- name: add packages for repo
|
- name: add packages
|
||||||
action: yum state=present name=$item
|
action: yum state=present name=$item
|
||||||
with_items:
|
with_items:
|
||||||
- rsync
|
- rsync
|
||||||
|
@ -48,6 +48,12 @@
|
||||||
- php-mysql
|
- php-mysql
|
||||||
- cronie-noanacron
|
- cronie-noanacron
|
||||||
|
|
||||||
|
# packages needed to be gone
|
||||||
|
- name: erase packages
|
||||||
|
action: yum state=absent name=$item
|
||||||
|
with_items:
|
||||||
|
- cronie-anacron
|
||||||
|
|
||||||
- name: artboard backup thing
|
- name: artboard backup thing
|
||||||
action: copy src=$files/artboard/artboard-backup dest=/etc/cron.daily/artboard-backup
|
action: copy src=$files/artboard/artboard-backup dest=/etc/cron.daily/artboard-backup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue