mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2025-12-14 13:54:58 +03:00
Resolves #21
This commit is contained in:
@@ -3,7 +3,7 @@ galaxy_info:
|
|||||||
author: Larry Smith Jr.
|
author: Larry Smith Jr.
|
||||||
description: Role to manage LVM Groups/Logical Volumes. Can be used to create, extend or resize LVM.
|
description: Role to manage LVM Groups/Logical Volumes. Can be used to create, extend or resize LVM.
|
||||||
|
|
||||||
license: license (GPLv2, CC-BY, etc)
|
license: MIT
|
||||||
min_ansible_version: 1.2
|
min_ansible_version: 1.2
|
||||||
platforms:
|
platforms:
|
||||||
- name: EL
|
- name: EL
|
||||||
@@ -19,6 +19,6 @@ galaxy_info:
|
|||||||
- jessie
|
- jessie
|
||||||
- wheezy
|
- wheezy
|
||||||
|
|
||||||
categories:
|
galaxy_tags:
|
||||||
- system
|
- system
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
skip_list: ['305','503']
|
skip_list: ['305','503','602']
|
||||||
|
|||||||
Reference in New Issue
Block a user