From a409c9fbed0e10630874a7dda9ae2516ed80d996 Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Tue, 6 Feb 2024 10:46:12 -0500 Subject: [PATCH] Added src_path back --- .github/workflows/publish-to-ansible-galaxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-to-ansible-galaxy.yml b/.github/workflows/publish-to-ansible-galaxy.yml index fb6584f..5a7b506 100644 --- a/.github/workflows/publish-to-ansible-galaxy.yml +++ b/.github/workflows/publish-to-ansible-galaxy.yml @@ -11,3 +11,4 @@ jobs: - uses: ansible/ansible-publish-action@v1.0.0 with: api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }} + src_path: ./dominion_solutions/netbird