From 050f8a56f10d81f7827be53b8c769b1aa5021c00 Mon Sep 17 00:00:00 2001 From: Charlie Mordant Date: Wed, 15 Apr 2020 19:08:34 +0200 Subject: [PATCH] typo in check --- tasks/create_fs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/create_fs.yml b/tasks/create_fs.yml index c068417..f37198e 100644 --- a/tasks/create_fs.yml +++ b/tasks/create_fs.yml @@ -54,7 +54,7 @@ changed_when: no when: > ( - (lv is defined and item.1 != 'None') and + (lv is defined and lv != 'None') and ( lv.filesystem is defined and lv.filesystem == "xfs"