Fix tests while grant access with space char

This commit is contained in:
Emilien Mantel
2016-02-09 17:43:49 +01:00
parent fc85a9d9d6
commit a894efa81a
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ mysql_databases:
mysql_users:
- name: 'replication'
password: '1a2b3c'
priv: '*.*:"REPLICATION SLAVE"'
priv: '*.*:REPLICATION SLAVE'
host: '%'
mysql_replication_master: true
mysql_replication_slave: false