From 52713efe273c5a1742170179a52ad39b7dc7eb7a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 May 2024 17:29:51 +0200 Subject: [PATCH] galaxy: test github --- .woodpecker/ansible-lint.yml | 2 +- requirements.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/ansible-lint.yml b/.woodpecker/ansible-lint.yml index 88c2db1e..cf524d6f 100644 --- a/.woodpecker/ansible-lint.yml +++ b/.woodpecker/ansible-lint.yml @@ -8,7 +8,7 @@ steps: commands: - ansible-lint --version - echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung - - ansible-galaxy install -r requirements.yml + - ansible-galaxy install -r requirements.yaml - ansible-lint --force-color --format pep8 # https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands secrets: [vaultpass] diff --git a/requirements.yaml b/requirements.yaml index 2f0a0bae..d80a06ea 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -11,8 +11,8 @@ collections: src: git+https://git.mgrote.net/ansible-collection-mirrors/ansible.posix version: "1.5.2" scm: git - - name: ansible-collection-mirrors/community.docker - src: git+https://git.mgrote.net/ansible-collection-mirrors/community.docker + - name: ansible-collections/community.docker + src: git+https://github.com/ansible-collections/community.docker version: "3.8.1" scm: git roles: