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
This is for dw-v7 branch This issue involves the file roles/setup/mysql/tasks/main.yml
The following tasks need to have the become: true option added (the .my.cnf file is only set up for root)
become: true
The following tasks need to have the login_unix_socket: "{{ db_local_socket }}" option added
login_unix_socket: "{{ db_local_socket }}"
The task "Update mysql root password for all other root accounts" still uses stroom_db_root_password, I believe this should be set to db_root_password
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is for dw-v7 branch
This issue involves the file roles/setup/mysql/tasks/main.yml
The following tasks need to have the
become: true
option added (the .my.cnf file is only set up for root)The following tasks need to have the
login_unix_socket: "{{ db_local_socket }}"
option addedThe task "Update mysql root password for all other root accounts" still uses stroom_db_root_password, I believe this should be set to db_root_password
The text was updated successfully, but these errors were encountered: