mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-01 13:05:28 +03:00
Cleaned up conditionals logic
This commit is contained in:
+3
-3
@@ -7,6 +7,6 @@
|
||||
when: ansible_os_family == "RedHat"
|
||||
|
||||
- include_tasks: manage_lvm.yml
|
||||
when: >
|
||||
manage_lvm and
|
||||
lvm_groups is defined
|
||||
when:
|
||||
- lvm_groups is defined
|
||||
- manage_lvm|bool
|
||||
|
||||
Reference in New Issue
Block a user