From ab791a79f5e774f6202d4e71581d07a8e0754e3f Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 25 Jun 2016 13:54:42 +0200 Subject: [PATCH] system: crypttab: fix typo (#2476) --- lib/ansible/modules/extras/system/crypttab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/system/crypttab.py b/lib/ansible/modules/extras/system/crypttab.py index 4b36200c526..e8e0b5835f4 100644 --- a/lib/ansible/modules/extras/system/crypttab.py +++ b/lib/ansible/modules/extras/system/crypttab.py @@ -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