mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-08-16 18:21:09 +03:00
386cc28bdb
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com>
13 lines
251 B
YAML
13 lines
251 B
YAML
---
|
|
# tasks file for ansible-manage-lvm
|
|
- include: debian.yml
|
|
when: ansible_os_family == "Debian"
|
|
|
|
- include: centos.yml
|
|
when: ansible_os_family == "RedHat"
|
|
|
|
- include: manage_lvm.yml
|
|
when: >
|
|
manage_lvm and
|
|
lvm_groups is defined
|