pam_limits: adds check mode and diff mode (#1575)

* Add integration tests

fixes #827
fixes #828

Signed-off-by: Christian Krause <christian.krause@idiv.de>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>

Co-authored-by: Christian Krause <christian.krause@idiv.de>
This commit is contained in:
Abhijeet Kasurde
2021-01-03 18:02:54 +05:30
committed by GitHub
parent 491b622041
commit 785951484b
4 changed files with 98 additions and 1 deletions

View File

@@ -134,8 +134,8 @@ EXAMPLES = r'''
'''
import os
import tempfile
import re
import tempfile
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils._text import to_native