bennojoy / mysql

ansible role for mysql
150 stars 137 forks source link

Invalid privileges specified: frozenset(['\"REPLICATION SLAVE\"']) #39

Closed Guillaume695 closed 6 years ago

Guillaume695 commented 6 years ago

This error is due to a typo in tasks/main.yml at line 80. Proposed fix: Change priv=*.*:"REPLICATION SLAVE" state=present to priv="*.*:REPLICATION SLAVE" state=present