pam_limits: add support nice and priority limits (#654)

This commit is contained in:
Abhijeet Kasurde 2021-01-01 16:15:02 +05:30 committed by GitHub
commit 1c53894920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 32 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- pam_limits - add support for nice and priority limits (https://github.com/ansible/ansible/pull/47680).