tests: change deprecated "include" to "include_tasks"

This commit is contained in:
Felix Hamme 2023-05-23 14:09:28 +02:00
commit 8283a1dc03
19 changed files with 178 additions and 101 deletions

View file

@ -10,7 +10,7 @@
- import_tasks: mysql_replication_initial.yml
# Tests of replication filters and force_context
- include: issue-265.yml
- include_tasks: issue-265.yml
# Tests of primary_delay parameter:
- import_tasks: mysql_replication_primary_delay.yml
@ -24,4 +24,4 @@
# Tests of resetprimary mode:
- import_tasks: mysql_replication_resetprimary_mode.yml
- include: issue-28.yml
- include_tasks: issue-28.yml