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
+3 -3
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"
+1 -1
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 }}"