Commit graph

22 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
William Hirigoyen (Evolix) 4b39f5a998 [webapps/evoadmin-mail] Ajout remount RW manquant
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-25 17:58:51 +02:00
William Hirigoyen (Evolix) 2d98d50943 Fix le chemin du paquet .deb d'Evoadmin-mail
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-25 17:48:46 +02:00
Jérémy Lecour 7dc6f0b849 remove trailing whitespaces 2021-05-13 15:23:39 +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 51cec4bce1 whitespaces 2020-12-23 15:51:59 +01:00
Victor LABORIE 2a6cb3b381 evoadmin-mail: complete refactoring, use Debian Package 2018-12-07 15:26:08 +01:00
Tristan PILAT 00170127d9 Add Nginx support to evoadmin-mail role 2018-09-12 15:31:52 +02:00
Victor LABORIE 9f1487ac58 evoadmin-mail: add php-twig to dependencies 2018-06-14 15:13:11 +02:00
Jérémy Lecour 3cbb65ea8d whitespaces 2018-04-04 23:21:31 +02:00
Victor LABORIE ed81597b06 evoadmin-mail: allow Expires rules in .htaccess 2018-01-30 15:55:06 +01:00
Victor LABORIE 1c48df025c Move /usr rw remount into remount-usr role 2017-11-07 13:34:05 +01:00
Victor LABORIE ba5b9beb8c evoadmin-mail: remove unnecessary flush_handlers 2017-10-31 15:52:53 +01:00
Victor LABORIE d5ffb3c472 evoadmin-mail: fix shell and home for evoadmin-mail users 2017-10-25 11:55:34 +02:00
Victor LABORIE 9aaf4fe058 evoadmin-mail: fix document root path 2017-10-25 11:55:34 +02:00
Victor LABORIE 2947825c4b evoadmin-mail: Fix default title 2017-10-25 11:55:34 +02:00
Victor LABORIE b6761213f9 evoadmin-mail: fix mail var 2017-10-25 11:55:33 +02:00
Victor LABORIE 6d2dee0338 evoadmin-mail: use / instead of /evoadmin by default 2017-10-25 11:55:33 +02:00
Victor LABORIE 556311a607 evoadmin-mail: fix default config and evoadmin user 2017-10-25 11:55:33 +02:00
Victor LABORIE a4c4de21a8 evoadmin-mail: fix evoadmin-mail link insertion 2017-10-25 11:55:33 +02:00
Victor LABORIE 251299cee6 evoadmin-mail: fix git clone of evoadmin-mail repo 2017-10-25 11:55:33 +02:00
Gregory Colpart 1d7d45eb44 Add dovecot role, evoadmin-mail role and packmail role 2017-10-25 11:55:32 +02:00