changing role tasks and vars

This commit is contained in:
Larry Smith Jr
2015-11-02 23:38:23 -05:00
parent c776e9f339
commit a5103ff639
2 changed files with 48 additions and 6 deletions
+8 -6
View File
@@ -6,11 +6,13 @@
- include: centos.yml
when: ansible_os_family == "RedHat"
- include: create_lvm.yml
when: create_lvm is defined and create_lvm
#- include: create_lvm.yml
# when: create_lvm is defined and create_lvm
- include: extend_lvm.yml
when: extend_lvm is defined and extend_lvm
#- include: extend_lvm.yml
# when: extend_lvm is defined and extend_lvm
- include: resize_lvm.yml
when: resize_lvm is defined and resize_lvm
#- include: resize_lvm.yml
# when: resize_lvm is defined and resize_lvm
- include: manage_lvm.yml