removed first test attempts again (from issue-28.yml)

created new tests for testing with and without replication
This commit is contained in:
Daniel Rupp 2022-01-05 10:32:36 +01:00
commit e456a61334
5 changed files with 255 additions and 6 deletions

View file

@ -26,7 +26,6 @@
<<: *mysql_params
name: '{{ user_name_1 }}'
state: absent
force_context: yes
ignore_errors: yes
- name: create user with ssl requirement
@ -35,7 +34,6 @@
name: "{{ user_name_1 }}"
password: "{{ user_password_1 }}"
priv: '*.*:ALL,GRANT'
force_context: yes
tls_requires:
SSL:
@ -86,7 +84,6 @@
name: '{{ item }}'
host: 127.0.0.1
state: absent
force_context: yes
with_items:
- "{{ user_name_1 }}"
- "{{ user_name_2 }}"