mysql_user: add invoke lambda privilege support (#285)

* mysql_user: add invoke lambda privilege support

* add changelog fragment
This commit is contained in:
Andrew Klychkov 2020-05-05 16:40:27 +03:00 committed by GitHub
commit 4af49abd00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql_user - add ``INVOKE LAMBDA`` privilege support (https://github.com/ansible-collections/community.general/issues/283).