galaxy: test github
This commit is contained in:
parent
fc27ef24c9
commit
52713efe27
2 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue