mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-06 07:28:24 +03:00
Fixing Travis testing and yamllint issues
This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user