From b39fa8d2d17a57bc99c7b38b090d61178406c1df Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Wed, 10 Sep 2025 09:54:18 -0400 Subject: [PATCH] fix: update source path in requirements.yml for correct collection reference --- collections/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index 26fe73d..f4bb068 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -13,5 +13,5 @@ collections: # # Install a collection from a local tarball # - name: my_collection-1.0.0.tar.gz # type: file - - source: derekmurawsky/general + - source: ansible_collections/derekmurawsky/general type: dir