mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-08-17 21:11:31 +03:00
11 lines
233 B
YAML
11 lines
233 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 is defined and manage_lvm
|