mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-05-25 22:27:23 +03:00
FIX LINT FOR BUILD
FIX LINT FOR BUILD
This commit is contained in:
committed by
Larry Smith Jr
parent
8957630c04
commit
0f428a0e40
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user