Skip to content
Snippets Groups Projects
Commit be5ea12b authored by Chris Croome's avatar Chris Croome
Browse files

Quering the databases doesn't change anything

parent 07568356
No related branches found
No related tags found
No related merge requests found
Pipeline #19948 passed
......@@ -76,6 +76,8 @@
# TODO Update the following task to use community.mysql.mysql_query when it is in Debian Ansible
- name: Query the databases
command: mysql -BNe "show databases"
check_mode: false
changed_when: false
register: mariadb_show_databases
- name: Include the MariaDB sys schema tasks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment