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

@ -30,7 +30,6 @@
<<: *mysql_params
name: '{{ user_name_1 }}'
state: absent
force_context: yes
ignore_errors: yes
- name: create user with ssl requirement
@ -39,7 +38,6 @@
name: "{{ user_name_1 }}"
password: "{{ user_password_1 }}"
priv: '*.*:ALL,GRANT'
force_context: yes
tls_requires:
SSL:
@ -86,4 +84,3 @@
name: '{{ user_name_1 }}'
host: 127.0.0.1
state: absent
force_context: yes