summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/system/pam_limits.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/system/pam_limits.py')
-rw-r--r--lib/ansible/modules/system/pam_limits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/system/pam_limits.py b/lib/ansible/modules/system/pam_limits.py
index f47fbf06bb..ab508c5727 100644
--- a/lib/ansible/modules/system/pam_limits.py
+++ b/lib/ansible/modules/system/pam_limits.py
@@ -110,7 +110,7 @@ EXAMPLES = '''
# Add or modify memlock, both soft and hard, limit for the user james with a comment.
- pam_limits:
domain: james
- limit_type: -
+ limit_type: '-'
limit_item: memlock
value: unlimited
comment: unlimited memory lock for james