diff --git a/tests/integration/targets/setup_controller/tasks/verify.yml b/tests/integration/targets/setup_controller/tasks/verify.yml index 23ef6bc..2b7faba 100644 --- a/tests/integration/targets/setup_controller/tasks/verify.yml +++ b/tests/integration/targets/setup_controller/tasks/verify.yml @@ -16,14 +16,14 @@ - version register: primary_info - - name: Assert that test container runs the expected MySQL/MariaDB version assert: that: - registred_db_version == db_version_value vars: - registred_db_version: "'{{ primary_info.version.major }}.{{ primary_info.version.minor }}\ - .{{ primary_info.version.release }}'" + registred_db_version: + "{{ primary_info.version.major }}.{{ primary_info.version.minor }}\ + .{{ primary_info.version.release }}" db_version_value: "'{{ db_version }}'" - name: Assert that mysql_info module used the expected version of pymysql diff --git a/tests/integration/targets/test_mysql_replication/tasks/mysql_replication_channel.yml b/tests/integration/targets/test_mysql_replication/tasks/mysql_replication_channel.yml index 1e84cdb..7d37df0 100644 --- a/tests/integration/targets/test_mysql_replication/tasks/mysql_replication_channel.yml +++ b/tests/integration/targets/test_mysql_replication/tasks/mysql_replication_channel.yml @@ -84,10 +84,6 @@ mysql_primary_port_value: '{{ mysql_primary_port }}' test_channel_value: '{{ test_channel }}' when: mysql8022_and_higher == false - vars: - mysql_host_value: '{{ mysql_host }}' - mysql_primary_port_value: '{{ mysql_primary_port }}' - test_channel_value: '{{ test_channel }}' - assert: that: @@ -104,10 +100,6 @@ mysql_primary_port_value: '{{ mysql_primary_port }}' test_channel_value: '{{ test_channel }}' when: mysql8022_and_higher == true - vars: - mysql_host_value: '{{ mysql_host }}' - mysql_primary_port_value: '{{ mysql_primary_port }}' - test_channel_value: '{{ test_channel }}' # Test stopreplica mode: