mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-06 23:48:12 +03:00
Update tasks/manage_lvm.yml
Co-Authored-By: oneswig <stig.github@telfer.org>
This commit is contained in:
@@ -80,7 +80,8 @@
|
|||||||
when: >
|
when: >
|
||||||
lvm['changed'] and
|
lvm['changed'] and
|
||||||
item[1]['filesystem'] is defined and
|
item[1]['filesystem'] is defined and
|
||||||
item[1]['filesystem'] != "swap" and
|
item[1]['filesystem'] != "None" and
|
||||||
|
item[1]['filesystem'] != "swap" and
|
||||||
item[1]['filesystem'] != "xfs" and
|
item[1]['filesystem'] != "xfs" and
|
||||||
item[1]['filesystem'] != "btrfs"
|
item[1]['filesystem'] != "btrfs"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user