mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 08:21:46 -07:00
Backport reformat from main
This commit is contained in:
parent
37ec4a1dad
commit
4fc9c2d57d
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
||||||
# ============================================================
|
# ============================================================
|
||||||
- name: remove database if it exists
|
- name: remove database if it exists
|
||||||
command: >
|
command: >
|
||||||
"{{ mysql_command }} -sse 'drop database {{ db_name }}'"
|
"{{ mysql_command }} -sse 'DROP DATABASE IF EXISTS {{ db_name }}'"
|
||||||
ignore_errors: True
|
ignore_errors: true
|
||||||
|
|
||||||
- name: make sure the test database is not there
|
- name: make sure the test database is not there
|
||||||
command: "{{ mysql_command }} {{ db_name }}"
|
command: "{{ mysql_command }} {{ db_name }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue