mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix code-blocks to use correct syntax highlighting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user