mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2025-12-14 13:54:58 +03:00
typo in check
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user