ansible-roles/mysql/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
..
config_jessie.yml Added some mysql variables and allowed forcing config update 2020-06-01 12:01:01 -04:00
config_stretch.yml Improve Ansible syntax 2021-05-09 23:06:42 +02:00
datadir.yml Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
log2mail.yml mysql: log2mail config is owned by log2mail group 2017-08-12 12:25:47 -04:00
logdir.yml Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
main.yml Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00
munin.yml mysql: support for new Debian 11 conf for Munin 2022-08-29 18:05:57 +02:00
mysql_skip.yml Add logrotate for mysql_skip log file 2022-12-16 16:31:43 +01:00
nrpe.yml Improve Ansible syntax 2021-05-09 23:06:42 +02:00
packages_jessie.yml Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
packages_stretch.yml Revert "Add “when: not ansible_check_mode” to allow more --check" 2022-12-14 07:41:18 +01:00
replication.yml Fix right problem in mysql replication 2020-06-01 12:01:01 -04:00
tmpdir.yml Improve Ansible syntax 2021-05-09 23:06:42 +02:00
users_bullseye.yml mysql : Create a default ~root/.my.cnf for compatibility reasons 2021-10-20 16:31:05 +02:00
users_buster.yml mysql: install python dependencies earlier 2021-10-06 14:43:43 +02:00
users_jessie.yml mysql: install python dependencies earlier 2021-10-06 14:43:43 +02:00
users_stretch.yml forgotten file 2021-10-06 16:54:52 +02:00
utils.yml Replace the include module with include_tasks or import_tasks 2023-01-03 14:43:42 +01:00