Fixing Travis testing and yamllint issues

This commit is contained in:
Larry Smith Jr
2018-12-05 08:00:13 -05:00
parent 5603c5f6b0
commit 9f4afa7afb
3 changed files with 11 additions and 24 deletions
+1 -14
View File
@@ -2,17 +2,7 @@
galaxy_info: 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.
#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) license: license (GPLv2, CC-BY, etc)
min_ansible_version: 1.2 min_ansible_version: 1.2
platforms: platforms:
@@ -32,6 +22,3 @@ galaxy_info:
categories: categories:
- system - system
dependencies: [] dependencies: []
# List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies
# to this list.
+3 -3
View File
@@ -5,9 +5,9 @@
state: "present" state: "present"
become: true become: true
with_items: with_items:
- 'lvm2' - lvm2
- 'scsitools' - scsitools
- 'xfsprogs' - xfsprogs
- name: debian | checking for scsi devices - name: debian | checking for scsi devices
shell: "sg_scan" shell: "sg_scan"