mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2025-12-14 13:54:58 +03:00
ff13947aaf6baaa885be0e6ea6bd40a5c9e84fa8
Fixes implicit truthy conditional that fails in Ansible 2.19+. Changes `when: scsi_devices['stdout'] | length` to `when: scsi_devices['stdout'] | length > 0` to return an explicit boolean value instead of an integer. Closes #146 (duplicate PR)
ansible-manage-lvm
Ansible role to manage LVM Groups/Logical Volumes.
NOTE: Can be used to create, extend or resize LVM Groups and volumes.
Requirements
Devices/disks to be members of the LVM setup must be identified prior to using this role.
Role Variables
Dependencies
None
Example Playbook
License
MIT
Author Information
Larry Smith Jr.
Languages
Python
87.9%
Jinja
12.1%
