mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
system: crypttab: fix typo (#2476)
This commit is contained in:
@@ -73,7 +73,7 @@ author: "Steve (@groks)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Set the options explicitly a deivce which must already exist
|
||||
- name: Set the options explicitly a device which must already exist
|
||||
crypttab: name=luks-home state=present opts=discard,cipher=aes-cbc-essiv:sha256
|
||||
|
||||
- name: Add the 'discard' option to any existing options for all devices
|
||||
|
||||
Reference in New Issue
Block a user