Fixed mysql_user idempotency for long privilege lists. (Fixes ansible/#68044) (#58)

This commit is contained in:
Florian Apolloner
2020-04-01 17:31:53 +02:00
committed by GitHub
parent d921968504
commit 8d203225d3
3 changed files with 37 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "mysql_user - Fix idempotence when long grant lists are used (https://github.com/ansible/ansible/issues/68044)"