Commit graph

15 commits

Author SHA1 Message Date
Mathieu Trossevin 7c632352a0
Replace the include module with include_tasks or import_tasks
The behaviour of the `include` module is badly defined (it try to choose
between statically importing the tasks and dynamically including them)
and can cause problems depending on any number of constraints (mostly if
it choose the wrong behaviour).

Replace it with the `import_tasks` (always statically import tasks) unless
the `include` is in a loop in which case we replace it with
`include_tasks` (always dynamically include tasks).
2023-01-03 14:43:42 +01:00
Jérémy Lecour 0f899dcd09 evocheck: remove failure if deprecated variable is used
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
continuous-integration/drone/push Build is passing
2022-07-28 13:58:09 +02:00
William Hirigoyen (Evolix) 51aaac0cbc Fix evocheck_force_install VARIABLE IS NOT DEFINED (validé par jlecour) 2021-10-29 14:54:44 +02:00
Jérémy Lecour 646a7b1813 evocheck: package install is not supported anymore 2021-10-25 10:08:40 +02:00
Jérémy Lecour 2ed77c60f0 Improve Ansible syntax
replace « x | changed » by « x is changed »
add explicit « bool » filter
use « length » filter instead of string comparison
2021-05-09 23:06:42 +02:00
Jérémy Lecour 26c46bfb96 evocheck: the crontab is updated by the role 2018-08-18 09:41:59 +02:00
Jérémy Lecour 6f566533a3 evocheck: don't install by default (but possible) 2017-07-19 14:36:30 +02:00
Jérémy Lecour 4110d22802 Remove yet some other backups 2017-07-18 19:40:56 +02:00
Jérémy Lecour da3cafca48 evocheck: remount /usr if needed 2017-05-23 15:10:58 +02:00
Jérémy Lecour 96c823840a evocheck: make sure the script dir is present 2017-05-21 23:32:16 +02:00
Jérémy Lecour bc97a0b0b8 evocheck: don't force the configuration 2017-05-16 15:38:01 +02:00
Jérémy Lecour ffcb4f9ffe Add an evocheck role 2017-04-25 10:10:17 +02:00
Jérémy Lecour d43ecfc8b0 evocheck is installed with evolinux-base via serveur-base.deb 2016-12-21 18:37:49 +01:00
Jérémy Lecour e382a15919 evocheck: package install + dependency clarification 2016-12-21 16:12:30 +01:00
Jérémy Lecour c0ab8f99ce Squash: conventions, evolinux, etc-git… 2016-12-21 16:12:30 +01:00