mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2025-12-14 22:04:48 +03:00
Merge pull request #18 from mrlesmithjr/fix-travis-testing
Fix travis testing
This commit is contained in:
@@ -2,17 +2,7 @@
|
||||
galaxy_info:
|
||||
author: Larry Smith Jr.
|
||||
description: Role to manage LVM Groups/Logical Volumes. Can be used to create, extend or resize LVM.
|
||||
#company: your company (optional)
|
||||
# If the issue tracker for your role is not on github, uncomment the
|
||||
# next line and provide a value
|
||||
# issue_tracker_url: http://example.com/issue/tracker
|
||||
# Some suggested licenses:
|
||||
# - BSD (default)
|
||||
# - MIT
|
||||
# - GPLv2
|
||||
# - GPLv3
|
||||
# - Apache
|
||||
# - CC-BY
|
||||
|
||||
license: license (GPLv2, CC-BY, etc)
|
||||
min_ansible_version: 1.2
|
||||
platforms:
|
||||
@@ -32,6 +22,3 @@ galaxy_info:
|
||||
categories:
|
||||
- system
|
||||
dependencies: []
|
||||
# List your role dependencies here, one per line.
|
||||
# Be sure to remove the '[]' above if you add dependencies
|
||||
# to this list.
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
state: "present"
|
||||
become: true
|
||||
with_items:
|
||||
- 'lvm2'
|
||||
- 'scsitools'
|
||||
- 'xfsprogs'
|
||||
- lvm2
|
||||
- scsitools
|
||||
- xfsprogs
|
||||
|
||||
- name: debian | checking for scsi devices
|
||||
shell: "sg_scan"
|
||||
|
||||
@@ -1 +1 @@
|
||||
skip_list: []
|
||||
skip_list: ['305','503']
|
||||
|
||||
Reference in New Issue
Block a user