fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

Add the ansible-pull cron job task from local.yml to compute.yml #156

Closed martbhell closed 8 years ago

martbhell commented 8 years ago

/etc/cron.d/ansible-pull gets added first during kickstart and later it is also managed by local.yml the ansible-pull playbook.

If the cronjob doesn't run for some reason the cronjob never runs and it can't fix a broken cronjob entry.

We need to add the cronjob task to the compute.yml too.