From 56d5266dc163a11734e0803e0fe76e6e6c1b03dd Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 25 Mar 2024 21:09:00 -0400 Subject: [PATCH] update requirements --- requirements.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/requirements.yml b/requirements.yml index 47f638f..1f04f19 100644 --- a/requirements.yml +++ b/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,4 +16,7 @@ collections: - name: ansible.posix version: 1.5.4 + - name: infra.lvm_snapshots + version: 2.0.2 + ...