mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-06 06:04:26 -07:00
removed first test attempts again (from issue-28.yml)
created new tests for testing with and without replication
This commit is contained in:
parent
acff7c53f7
commit
e456a61334
5 changed files with 255 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue