mysql_user: add resource_limits parameter (#142)

* mysql_user: add resource_limits parameter
* add CI test
* added changelog fragment
* skip opensuse
* remove skip/suse
This commit is contained in:
Andrew Klychkov 2020-04-12 07:13:56 +03:00 committed by GitHub
parent 5fbe8a1f9d
commit dd1bb708d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 268 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_user - add the resource_limits parameter (https://github.com/ansible-collections/community.general/issues/133).