Cleaned up conditionals logic

This commit is contained in:
Larry Smith Jr
2020-04-19 12:05:26 -04:00
parent ec0737d26b
commit c9a9e1660e
+3 -3
View File
@@ -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