pam_limits: adds both check and diff modes (#830)

* pam_limits: adds check mode

fixes #827

* pam_limits: adds diff mode

fixes #828
This commit is contained in:
♫ Christian Krause ♫ 2021-01-03 11:11:06 +01:00 committed by GitHub
commit 777d36b9fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 4 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- pam_limits - adds check mode (https://github.com/ansible-collections/community.general/issues/827).
- pam_limits - adds diff mode (https://github.com/ansible-collections/community.general/issues/828).