evocheck: package install is not supported anymore
parent
dd53c01027
commit
646a7b1813
@ -1,4 +1,4 @@
|
||||
---
|
||||
evocheck_force_install: False
|
||||
|
||||
evocheck_update_crontab: True
|
||||
evocheck_bin_dir: /usr/share/scripts
|
||||
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
- name: install evocheck from package
|
||||
apt:
|
||||
name: evocheck
|
||||
state: present
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
|
||||
- include: install_local.yml
|
||||
when: evocheck_force_install == "local"
|
||||
|
||||
- include: install_package.yml
|
||||
- name: Package install is not supported anymore
|
||||
fail:
|
||||
msg: Package install is not supported anymore
|
||||
when: evocheck_force_install == "package"
|
||||
|
||||
- include: install.yml
|
||||
|
||||
- include: cron.yml
|
||||
when: evocheck_update_crontab | bool
|
||||
|
Loading…
Reference in New Issue