Skip to content

v0.2.13 - Galaxy Role Consolidation

Latest

Choose a tag to compare

@mrlesmithjr mrlesmithjr released this 18 Dec 20:11

⚠️ Important: Ansible Galaxy Role Name Change

As of December 2025, this role is available on Ansible Galaxy as:

- src: mrlesmithjr.manage_lvm  # Note: underscore, not hyphen

What Changed

The previous duplicate role names were consolidated:

  • mrlesmithjr.manage_lvmKEPT
  • mrlesmithjr.manage-lvm ❌ Removed (use manage_lvm instead)

Migration

If you were using mrlesmithjr.manage-lvm, update your requirements.yml:

# Old (no longer works)
- src: mrlesmithjr.manage-lvm

# New
- src: mrlesmithjr.manage_lvm

Historical Download Statistics

Role Name Downloads
mrlesmithjr.manage_lvm 697,492
mrlesmithjr.manage-lvm 494,517
Combined Total 1,192,009

Due to Ansible Galaxy limitations, download counts reset when roles are consolidated.

OpenStack Kayobe Compatibility

This role is used by OpenStack Kayobe for LVM management. The manage_lvm name was preserved to maintain compatibility with Kayobe deployments.