From bd30bf15cc002fe50c385647536dd18d2ac5e8d9 Mon Sep 17 00:00:00 2001 From: "R. Sicart" Date: Mon, 5 Sep 2022 18:26:21 +0200 Subject: [PATCH] Fix FIXME integration tests related to this issue --- .../integration/targets/test_mysql_user/tasks/test_privs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/targets/test_mysql_user/tasks/test_privs.yml b/tests/integration/targets/test_mysql_user/tasks/test_privs.yml index 3c911a9..b9581f7 100644 --- a/tests/integration/targets/test_mysql_user/tasks/test_privs.yml +++ b/tests/integration/targets/test_mysql_user/tasks/test_privs.yml @@ -179,8 +179,6 @@ assert: that: - 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 mysql_user: @@ -229,8 +227,6 @@ assert: that: - result is not changed - when: (install_type == 'mysql' and mysql_version is version('8', '<')) or - (install_type == 'mariadb') - name: Collect user info by host community.mysql.mysql_info: