Skip to content

Releases: githubixx/ansible-role-lvm

0.3.0

13 Sep 21:46
579552d
Compare
Choose a tag to compare

What's Changed

  • fix various ansible-lint issues
  • update Molecule scenario kvm-ubuntu-20-only
  • update Molecule scenario kvm-lvm-mirror
  • update Molecule scenario kvm
  • tasks/main.yml: use fully qualified Ansible module names
  • remove support for Fedora 33 + 34
  • add support for Fedora 35 + 36
  • remove support for opensuse 15.2
  • add support for opensuse 15.3
  • add support for Ubuntu 22.04
  • molecule: add vars/test-lvm-minimal.yml with some minimal LVM variables enough to test core functionality
  • add Github release action to push new release to Ansible Galaxy
  • min_ansible_version variable value should be string / versions should be string in meta/main.yml

Full Changelog: 0.2.0...0.3.0

0.2.0

12 Nov 20:33
a0a9852
Compare
Choose a tag to compare

What's Changed

  • fix error when creating only a volume group without a logical volume
  • add Molecule test for VG, VG+LV, VG+LV+FS, VG+LV+FS+MOUNT
  • add Molecule LVM mirror example/test
  • replace with_subelements loop with loop keyword
  • add CHANGELOG

Full Changelog: 0.1.0...0.2.0