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
When the password is changed, .my.cnf diff shows the value in clear text. E.g. check run:
.my.cnf
TASK [percona : Copy .my.cnf file into the root home folder] ******************* --- before: /root/.my.cnf +++ after: /<redacted>/root-my-cnf.j2 @@ -1,3 +1,3 @@ [client] user=root -password="old" +password="new"
This can ends up logged if run from CI/CD.
A possible fix could be to add diff: no to the task, but there might be other things to "fix" elsewhere.
diff: no
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the password is changed,
.my.cnf
diff shows the value in clear text. E.g. check run:This can ends up logged if run from CI/CD.
A possible fix could be to add
diff: no
to the task, but there might be other things to "fix" elsewhere.The text was updated successfully, but these errors were encountered: