Skip to content

Commit

Permalink
issue 671: improve test playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
SoledaD208 committed Oct 10, 2024
1 parent 6d4fc3c commit 8ef32e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8ef32e5

Please sign in to comment.