You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Hello,
running the playbook inventory_varnish lvemp7.yml,
fails with TASK [mysql/common : Set the MySQL root password] ****************************** fatal: [127.0.0.1]: FAILED! => {"msg": "Invalid variable name in 'register' specified: 'mysql.password_result'"}
Changing the line register: mysql.password_result
to register: mysql_password_result
Solves it
The text was updated successfully, but these errors were encountered:
@Snadex what Ansible version is this? BTW I grepped for mysql.password_result and I'm not sure it's even used anywhere else so I think it's safe we chop that out altogether.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
running the playbook inventory_varnish lvemp7.yml,
fails with
TASK [mysql/common : Set the MySQL root password] ****************************** fatal: [127.0.0.1]: FAILED! => {"msg": "Invalid variable name in 'register' specified: 'mysql.password_result'"}
Changing the line
register: mysql.password_result
to
register: mysql_password_result
Solves it
The text was updated successfully, but these errors were encountered: