fix: update source path in requirements.yml for correct collection reference

This commit is contained in:
2025-09-10 09:54:18 -04:00
parent 6a841e5538
commit b39fa8d2d1
+1 -1
View File
@@ -13,5 +13,5 @@ collections:
# # Install a collection from a local tarball # # Install a collection from a local tarball
# - name: my_collection-1.0.0.tar.gz # - name: my_collection-1.0.0.tar.gz
# type: file # type: file
- source: derekmurawsky/general - source: ansible_collections/derekmurawsky/general
type: dir type: dir