Releases: githubixx/ansible-role-lvm
Releases · githubixx/ansible-role-lvm
0.3.0
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 inmeta/main.yml
- 0.3.0 by @githubixx in #4
Full Changelog: 0.2.0...0.3.0
0.2.0
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 withloop
keyword - add
CHANGELOG
Full Changelog: 0.1.0...0.2.0