1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 15:21:49 +00:00
community.mysql/tests
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
..
integration Address PR review comments: use FQCN and failed_when 2026-01-30 00:54:30 +01:00
sanity ci: add stable-2.20 to matrix (#755) 2025-10-22 07:09:11 +02:00
unit/plugins Update contributor's email (#684) 2024-10-24 10:57:36 +02:00