switch to ansible-dev-tools image
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/docs Pipeline failed

This commit is contained in:
Robert Kaussow 2024-08-19 08:33:00 +02:00
parent 0ef0e0e769
commit 1e985163ed
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 6 deletions

View File

@ -7,10 +7,8 @@ when:
steps:
- name: ansible-lint
image: ghcr.io/ansible/community-ansible-dev-tools
image: quay.io/thegeeklab/ansible-dev-tools:1
commands:
# TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552
- export HOME=/home/podman
- ansible-lint
environment:
FORCE_COLOR: "1"

View File

@ -7,7 +7,7 @@ when:
variables:
- &molecule_base
image: ghcr.io/ansible/community-ansible-dev-tools
image: quay.io/thegeeklab/ansible-dev-tools:1
group: molecule
environment:
PY_COLORS: "1"
@ -18,8 +18,6 @@ steps:
- name: molecule-default
<<: *molecule_base
commands:
# TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552
- export HOME=/home/podman
- molecule test -s default
depends_on: