pam_limits: do not create file in check mode when it does not exist (#8057)

Do not create file in check mode when it does not exist.
This commit is contained in:
Felix Fontein 2024-03-08 07:26:44 +01:00 committed by GitHub
commit c13bede0c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 10 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "pam_limits - when the file does not exist, do not create it in check mode (https://github.com/ansible-collections/community.general/issues/8050, https://github.com/ansible-collections/community.general/pull/8057)."