ansible-roles/evolinux-base/tasks
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
..
default_www.yml Improve Ansible syntax 2021-05-09 23:06:42 +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 evolinux-base: Add non-free repos & install non-free firmware on dedicated hardware 2022-03-15 11:35:20 +01:00
hostname.yml Improve Ansible syntax 2021-05-09 23:06:42 +02:00
htop.yml evolinux-base: Add swap column to htop and top 2021-08-17 18:03:00 +02:00
kernel.yml loop syntax and whitespaces 2021-08-27 11:01:28 +02:00
log2mail.yml log2mail need to be started and not restarted each time 2017-08-30 04:07:26 +02: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 2022-03-30 16:40:44 +02:00
motd.yml evolinux-base: forgotten case for first-found lookup 2021-06-28 15:26:54 +02:00
packages.yml evolinux-base: Donner le choix (ou non) de virer apt-listchanges 2021-12-10 11:37:56 +01:00
postfix.yml fix pipefail option for shell invocations 2021-05-18 14:04:54 +02: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
root.yml Improve Ansible syntax 2021-05-09 23:06:42 +02:00
ssh.yml fix more Ansible syntax 2021-05-09 23:20:15 +02:00
system.yml evolinux-base: move "/sbin/deny" install to utils.yml tasks file 2022-01-25 17:44:42 +01:00
top.yml evolinux-base: Fix top config. 2022-03-15 10:22:21 +01:00
utils.yml Replace the include module with include_tasks or import_tasks 2022-03-30 16:40:44 +02:00