1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-06 08:22:11 +00:00
community.mysql/tests/integration
Rashid Abo Saada a6ba306a4a Address PR review comments: use FQCN and failed_when
- Changed all task modules to use fully qualified collection names:
  - set_fact -> ansible.builtin.set_fact
  - command -> ansible.builtin.command
  - mysql_role -> community.mysql.mysql_role
  - include_tasks -> ansible.builtin.include_tasks
- Replaced separate assert tasks with failed_when on capture tasks
  for more readable test output
2026-01-30 00:54:30 +01:00
..
old_mariadb_replication Update contributor's email (#684) 2024-10-24 10:57:36 +02:00
targets Address PR review comments: use FQCN and failed_when 2026-01-30 00:54:30 +01:00
test_connection.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00