FIX LINT FOR BUILD

FIX LINT FOR BUILD
This commit is contained in:
faisalnizam
2019-03-26 10:48:45 +04:00
committed by Larry Smith Jr
parent 8957630c04
commit 0f428a0e40
+2 -2
View File
@@ -48,7 +48,7 @@
(item[1]['create'] is defined and
item[1]['create']) and
(item[1]['filesystem'] is defined and
item[1]['filesystem'] != 'None') and
item[1]['filesystem'] != 'None') and
item[1]['filesystem'] != "swap")
- name: manage_lvm | mounting new filesystem(s)
@@ -133,7 +133,7 @@
(item[1] is defined and
item[1] != 'None') and
(item[1]['create'] is defined and
not item[1]['create'] and
not item[1]['create'] and
item[1]['filesystem'] != "swap"))
- name: manage_lvm | Removing LVM logical volume(s)