ansible-roles/evocheck/tasks/main.yml

14 lines
287 B
YAML
Raw Normal View History

2017-04-25 10:07:00 +02:00
---
2017-05-23 15:10:58 +02:00
- name: Package install is not supported anymore
fail:
msg: Package install is not supported anymore
when:
- evocheck_force_install is defined
- evocheck_force_install == "package"
- include: install.yml
- include: cron.yml
when: evocheck_update_crontab | bool