From e343b212fb147437baf55ee1fafc7afa7627ee2f Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 31 Jan 2025 16:18:55 -0500 Subject: [PATCH] Re-add local copy of infra.lvm_snapshots so we can better tailor the lab experience --- collections/ansible_collections/infra/lvm_snapshots | 1 + collections/requirements.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 160000 collections/ansible_collections/infra/lvm_snapshots diff --git a/collections/ansible_collections/infra/lvm_snapshots b/collections/ansible_collections/infra/lvm_snapshots new file mode 160000 index 0000000..2050852 --- /dev/null +++ b/collections/ansible_collections/infra/lvm_snapshots @@ -0,0 +1 @@ +Subproject commit 20508526b4176767cb11ef07e3d66911fcdfbee8 diff --git a/collections/requirements.yml b/collections/requirements.yml index 302e081..3d8f229 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -5,10 +5,10 @@ collections: # type: git # version: main - - name: infra.lvm_snapshots.shrink_lv - source: https://github.com/jchristianh/infra.lvm_snapshots.git - type: git - version: check-device-fix + # - name: infra.lvm_snapshots.shrink_lv + # source: https://github.com/jchristianh/infra.lvm_snapshots.git + # type: git + # version: check-device-fix - name: rhc.rear source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-rear.git