From 4ac2aab28d08248615890c19058fc3c39ec73090 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 7 Feb 2024 17:11:08 -0500 Subject: [PATCH] re-add infra.lvm_snapshots --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index 7e345c2..710dd9d 100644 --- a/requirements.yml +++ b/requirements.yml @@ -12,7 +12,7 @@ collections: # Galaxy Collections - name: community.general - name: ansible.posix - # - name: infra.lvm_snapshots + - name: infra.lvm_snapshots ...