fixed changelog

This commit is contained in:
Daniel Rupp 2021-12-23 12:38:48 +01:00
commit 5576489ca7
3 changed files with 15 additions and 6 deletions

View file

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