Commit graph

4 commits

Author SHA1 Message Date
Mathieu Trossevin 956ecd4700
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).
2022-03-30 16:40:44 +02:00
Eric Morino 0a244894eb Add fix repository in source.list for bullseye 2022-01-26 11:07:10 +01:00
Jérémy Lecour 93929864be lxc-php: use bullseye-php80 for php80 container 2022-01-25 17:45:17 +01:00
Brice Waegeneire 616ead41d5 lxc-php: Add php 8.0 support 2021-10-05 14:38:40 +02:00