mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-07 07:58:25 +03:00
Fix indentation
This commit is contained in:
@@ -80,8 +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'] != "None" and
|
item[1]['filesystem'] != "None" and
|
||||||
item[1]['filesystem'] != "swap" 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