From 10ea36ffa8457e0c2f30e473bfd607988f3c3a16 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Wed, 2 Oct 2024 09:39:31 -0500 Subject: [PATCH] modified: .github/workflows/pre-commit.yml --- .github/workflows/pre-commit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 04b59c04..e269da02 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,4 +18,5 @@ jobs: collection_name: galaxy collection_version: 1.1.1-devel collection_repo: https://github.com/ansible/galaxy_collection + collection_dependencies: ansible.hub ...