Use password instead of pass for mysql users
scollazo opened this issue · 0 comments
scollazo commented
In https://github.com/artefactual-labs/ansible-percona/blob/master/tasks/users.yml#L6, the role looks for "pass", instead of "password". We should use password, to keep things coherent with the mysql_user task, but I'm afraid this change can break current installs.