fix mysql_role integration tests

This commit is contained in:
Felix Hamme 2022-04-19 11:20:54 +02:00
commit 5df57fcec9

View file

@ -3,6 +3,11 @@
# and should not be used as examples of how to write Ansible roles #
####################################################################
- name: alias mysql command to include default options
set_fact:
mysql_command: "mysql -u{{ mysql_user }} -p{{ mysql_password }} -P{{ mysql_primary_port }} --protocol=tcp"
# mysql_role module initial CI tests
- import_tasks: mysql_role_initial.yml