We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Geerlingguy playbook for sql fails:
TASK [geerlingguy.mysql : Check master replication status.] ******************** fatal: [default -> {{ mysql_replication_master }}]: FAILED! => {"msg": "Empty hostname produced from delegate_to: \"{{ mysql_replication_master }}\""}
I've tried adding the following to group_vars/database.yml:
mysql_replication_role: '' mysql_replication_master: '' mysql_replication_user: {}
but to no avail.
I was able to get it working with this change: geerlingguy/ansible-role-mysql@b04a0ca
which is part of the latest tag, 4.3.4.
We should update requirements.yml to include the newest Geerlingguy Mysql role.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The Geerlingguy playbook for sql fails:
I've tried adding the following to group_vars/database.yml:
but to no avail.
I was able to get it working with this change:
geerlingguy/ansible-role-mysql@b04a0ca
which is part of the latest tag, 4.3.4.
We should update requirements.yml to include the newest Geerlingguy Mysql role.
The text was updated successfully, but these errors were encountered: