system: crypttab: fix typo (#2476)
This commit is contained in:
parent
70c95e6a4c
commit
ab791a79f5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ author: "Steve (@groks)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
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
|
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
|
- name: Add the 'discard' option to any existing options for all devices
|
||||||
|
|
Loading…
Reference in a new issue