From 09bcd6347e0ac89f87d9c302ebcd2e1110d8532e Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 18 Oct 2024 10:44:53 -0400 Subject: [PATCH] add dummy collection to test failure --- collections/requirements.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collections/requirements.yml b/collections/requirements.yml index ca290d0..31b542d 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -19,4 +19,7 @@ collections: - name: infra.lvm_snapshots version: 2.1.0 + - name: this.is.a.dummy_collection + version: who-knows + ...