Spirit-act ff13947aaf fix: use explicit boolean check for Ansible 2.19+ compatibility
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)
2025-11-01 15:55:35 -04:00
2024-01-16 12:50:12 +01:00
2015-11-02 21:23:03 -05:00
2023-06-15 08:52:28 -04:00
2023-06-15 08:52:28 -04:00
2023-06-15 08:52:28 -04:00
2021-11-22 13:56:40 -05:00
2021-11-22 13:56:40 -05:00
2021-11-22 13:56:40 -05:00
2023-06-15 08:52:28 -04:00
2023-05-29 10:28:29 -04:00
2023-06-14 21:14:30 -04:00

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

defaults/main.yml

Dependencies

None

Example Playbook

playbook.yml

License

MIT

Author Information

Larry Smith Jr.

Buy Me A Coffee

Description
Ansible role to manage LVM Groups/Logical Volumes
Readme 580 KiB
Languages
Python 87.9%
Jinja 12.1%