renamed new option to force_context

enhanced description
added tests
This commit is contained in:
Daniel Rupp 2021-12-23 12:38:48 +01:00
commit f151c0b451
2 changed files with 14 additions and 5 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