ansible-roles/evolinux-base/tasks
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
..
default_www.yml Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
dump-server-state.yml base: Extract dump-server-state in task file 2022-07-05 15:57:41 +02:00
etc-evolinux.yml Add evolix prefix to include_role 2019-11-29 14:00:25 +01:00
fstab.yml Ensure that /var is mounted with dev and exec options prior to LXC container creation. 2022-01-11 11:02:09 +01:00
hardware.yml Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
hostname.yml evolinux-base: ensure dbus enabled and started 2022-12-19 17:07:18 +01:00
kernel.yml evolinux-base: replace regular kernel by cloud kernel on virtual servers 2022-10-19 16:33:25 +02:00
log2mail.yml Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
logs.yml evolinux-base: logs are rotated with dateext by default 2021-09-30 12:07:02 +02:00
main.yml Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
motd.yml evolinux-base: forgotten case for first-found lookup 2021-06-28 15:26:54 +02:00
packages.yml Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
postfix.yml Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
provider_online.yml nagios-nrpe / evolinux-base : new ntp server variable 2020-06-04 10:55:48 +02:00
provider_orange_fce.yml Use 'loop' syntax instead of 'with_items' 2021-05-04 14:19:18 +02:00
provider_vmware.yml Add wmware_provider.rc variable 2022-05-17 15:09:16 +02:00
root.yml Update PermitRootLogin task to work on Debian 11 2022-06-21 15:13:38 +02:00
ssh.yml fix more Ansible syntax 2021-05-09 23:20:15 +02:00
system.yml evolinux-base: session timeout is configurable 2022-07-06 14:24:41 +02:00
utils.yml Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00