Timur Gadiev

Results 7 comments of Timur Gadiev

I faced the same issue. Idempotence test fails on the following task: ```yaml - name: Update mysql root password for all root accounts mysql_user: name: root host_all: true password: '{{...

@hasufell thanks for raising the issue!

@hasufell it's not completely clear what credentials you provide to the role during installation. There are required parameters `master_username` and `master_password` mentioned in role's README. But I don't see these...

@colinleefish so, what is expected to be changed? Ansible does not know which MySQL parameter is related to which DB feature. It just controls the state of configuration.

@colinleefish I don't have an idea how to make the change you propose. But you can make a new pull request with your changes and we'll try to review and...

@ljkimmel good idea! Can you provide any additional details?