Skip to content

Commit 9fa4302

Browse files
committed
Use correct GitHub source for galaxy import
The arguments to ansible-galaxy role import are <github_user> <github_repo> (the clone source), not the Galaxy namespace. The repository lives under the peering-manager organization.
1 parent 55af009 commit 9fa4302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
run: >-
8181
ansible-galaxy role import
8282
--token ${{ secrets.GALAXY_API_KEY }}
83-
gmazoyer ansible-role-peering-manager
83+
peering-manager ansible-role-peering-manager

0 commit comments

Comments
 (0)