mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2025-12-14 05:45:22 +03:00
Resolves #21
This commit is contained in:
@@ -3,7 +3,7 @@ galaxy_info:
|
||||
author: Larry Smith Jr.
|
||||
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
|
||||
platforms:
|
||||
- name: EL
|
||||
@@ -19,6 +19,6 @@ galaxy_info:
|
||||
- jessie
|
||||
- wheezy
|
||||
|
||||
categories:
|
||||
galaxy_tags:
|
||||
- system
|
||||
dependencies: []
|
||||
|
||||
@@ -1 +1 @@
|
||||
skip_list: ['305','503']
|
||||
skip_list: ['305','503','602']
|
||||
|
||||
Reference in New Issue
Block a user