Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Fail on "Set the MySQL root password" #21

Open
Snadex opened this issue Jun 5, 2020 · 1 comment
Open

Fail on "Set the MySQL root password" #21

Snadex opened this issue Jun 5, 2020 · 1 comment

Comments

@Snadex
Copy link

Snadex commented Jun 5, 2020

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

@andytheapedemontague
Copy link

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants