mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 12:44:25 -07:00
issue 671: improve test playbook
This commit is contained in:
parent
6d4fc3c24f
commit
8ef32e5eff
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
<<: *mysql_params
|
||||
variable: sql_mode
|
||||
value: '{{ sql_mode_orig.query_result[0][0].sql_mode }},ANSI_QUOTES'
|
||||
mode: persist
|
||||
mode: "{% if db_engine == 'mariadb' %}global{% else %}persist{% endif %}"
|
||||
|
||||
- name: Issue-671| test setup | get value of GLOBAL.sql_mode
|
||||
mysql_query:
|
||||
|
@ -105,7 +105,7 @@
|
|||
<<: *mysql_params
|
||||
variable: sql_mode
|
||||
value: '{{ sql_mode_orig.query_result[0][0].sql_mode }}'
|
||||
mode: persist
|
||||
mode: "{% if db_engine == 'mariadb' %}global{% else %}persist{% endif %}"
|
||||
|
||||
- include_tasks: utils/remove_user.yml
|
||||
vars:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue