mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
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:
parent
491b622041
commit
785951484b
4 changed files with 98 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue