summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/system/pam_limits.py
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-01-07 08:50:10 -0800
committerToshio Kuratomi <a.badger@gmail.com>2017-01-07 13:00:15 -0800
commitaee66d7b5b74651acd4e2c5de8a9e2b02f2a0fc5 (patch)
tree322f7b591cbbd8349ac68f3e04a9aa0168aab360 /lib/ansible/modules/system/pam_limits.py
parentadb7426c0c3e52db719c388f51a8bb4aadf453e7 (diff)
downloadansible-docs-code-block-fixes.tar.gz
Fix code-blocks to use correct syntax highlightingdocs-code-block-fixes
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