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"