Fix FIXME integration tests related to this issue

This commit is contained in:
R. Sicart 2022-09-05 18:26:21 +02:00
commit bd30bf15cc

View file

@ -179,8 +179,6 @@
assert: assert:
that: that:
- result is not changed - result is not changed
when: (install_type == 'mysql' and mysql_version is version('8', '<')) or
(install_type == 'mariadb' and mariadb_version is version('10.5', '<'))
- name: remove username - name: remove username
mysql_user: mysql_user:
@ -229,8 +227,6 @@
assert: assert:
that: that:
- result is not changed - result is not changed
when: (install_type == 'mysql' and mysql_version is version('8', '<')) or
(install_type == 'mariadb')
- name: Collect user info by host - name: Collect user info by host
community.mysql.mysql_info: community.mysql.mysql_info: