From a02753e91f4ce28b4b6619f2bd527d8c1033a1bb Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 29 Aug 2024 18:08:07 -0400 Subject: [PATCH] Update collection reference --- collections/requirements.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index 3e5d1f9..ca290d0 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,9 +1,9 @@ --- collections: - - name: infra.lvm_snapshots.shrink_lv - source: https://github.com/redhat-cop/infra.lvm_snapshots.git - type: git - version: main + # - name: infra.lvm_snapshots.shrink_lv + # source: https://github.com/redhat-cop/infra.lvm_snapshots.git + # type: git + # version: main - name: rhc.rear source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-rear.git @@ -16,7 +16,7 @@ collections: - name: ansible.posix version: 1.5.4 - # - name: infra.lvm_snapshots - # version: 2.1.0 + - name: infra.lvm_snapshots + version: 2.1.0 ...