Commit graph

11 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
Victor LABORIE 6f5e13f8b8 Add evolix prefix to include_role 2019-11-29 14:00:25 +01:00
Victor LABORIE 0794e6f620 redmine: refactoring of redmine role with use of rbenv 2019-01-28 14:29:01 +01:00
Victor LABORIE d2c37fe67b redmine: use .my.cnf for mysql password 2018-06-22 10:49:24 +02:00
Jérémy Lecour 7195742af9 remine: add tags 2018-04-04 23:36:00 +02:00
Jérémy Lecour 4382ce24f6 add "become" when missing 2018-04-04 23:22:17 +02:00
Jérémy Lecour 3cbb65ea8d whitespaces 2018-04-04 23:21:31 +02:00
Victor LABORIE d9756702f6 redmine: force xpath < 3.0.0 (for ruby 2.1 support) 2018-01-08 14:44:22 +01:00
Victor LABORIE e38f4bc0c3 redmine: don't change when touch nginx log files 2017-08-31 11:07:59 +02:00
Victor LABORIE 716b0a2ed8 redmine: use tasks instead of handlers 2017-08-31 10:55:14 +02:00
Victor LABORIE f47947f489 Add a redmine role 2017-08-31 09:47:07 +02:00