Merge pull request #18 from mrlesmithjr/fix-travis-testing

Fix travis testing
This commit is contained in:
Larry Smith Jr
2018-12-05 09:24:37 -05:00
committed by GitHub
4 changed files with 12 additions and 25 deletions

View File

@@ -2,36 +2,23 @@
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:
- name: EL
versions:
- 6
- 7
- 6
- 7
- name: Ubuntu
versions:
- precise
- trusty
- precise
- trusty
- name: Debian
versions:
- jessie
- wheezy
- jessie
- wheezy
categories:
- system
dependencies: []
# List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies
# to this list.

View File

@@ -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"

View File

@@ -35,7 +35,7 @@
filesystem:
fstype: "{{ item[1]['filesystem'] }}"
dev: "/dev/{{ item[0]['vgname'] }}/{{ item[1]['lvname'] }}"
# resizefs: yes #coming in 2.0 which will replace the resizing filesystem task below
# resizefs: yes #coming in 2.0 which will replace the resizing filesystem task below
become: true
with_subelements:
- "{{ lvm_groups }}"

View File

@@ -1 +1 @@
skip_list: []
skip_list: ['305','503']