From 00afca99e5ea468938836696b39efebc9cffdcb4 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) --- system/crypttab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/crypttab.py b/system/crypttab.py index 4b36200c526..e8e0b5835f4 100644 --- a/system/crypttab.py +++ b/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