From 03be4fc2cb9f35dbbda1fe51b3f9fc07b685e8de Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 11 Mar 2015 11:06:30 -0700 Subject: [PATCH] Don't know why but the 1.8.x branch didn't include the commit for crypttab. Update documentation to show it is new in 1.9 as a result of that oversight. --- 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 70230fa53e1..5142a6cf327 100644 --- a/lib/ansible/modules/extras/system/crypttab.py +++ b/lib/ansible/modules/extras/system/crypttab.py @@ -24,7 +24,7 @@ module: crypttab short_description: Encrypted Linux block devices description: - Control Linux encrypted block devices that are set up during system boot in C(/etc/crypttab). -version_added: "1.8" +version_added: "1.9" options: name: description: