mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 12:44:25 -07:00
Fix FIXME integration tests related to this issue
This commit is contained in:
parent
eaf5cbfefd
commit
bd30bf15cc
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue