mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
mysql_user: remove duplicate of REPLICATION SLAVE entry from valid privs frozenset (#95)
This commit is contained in:
parent
09ac98adb8
commit
24a4137982
1 changed files with 0 additions and 1 deletions
|
@ -338,7 +338,6 @@ VALID_PRIVS = frozenset(('CREATE', 'DROP', 'GRANT', 'GRANT OPTION',
|
|||
'CONNECTION ADMIN',
|
||||
'READ_ONLY ADMIN',
|
||||
'REPLICATION MASTER ADMIN',
|
||||
'REPLICATION SLAVE',
|
||||
'REPLICATION SLAVE ADMIN',
|
||||
'SET USER',
|
||||
'SHOW_ROUTINE',))
|
||||
|
|
Loading…
Add table
Reference in a new issue