ansible-roles/certbot
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
..
defaults certbot: configure remote servers 2021-05-03 11:44:59 +02:00
files certbot: auto-detect HAPEE version in renewal hook 2022-12-05 14:22:12 +01:00
handlers certbot: use a fixed 1.9.0 version of the certbot-auto script (renamed "letsencrypt-auto") 2021-01-07 18:55:44 +01:00
tasks Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
templates/acme-challenge cerbot: use the legacy script on Debian 8 and 9 2021-02-04 16:34:24 +01:00