fix: switch to ansible dev container and fix molecule #2
@ -9,11 +9,10 @@ steps:
|
||||
- name: ansible-lint
|
||||
image: ghcr.io/ansible/community-ansible-dev-tools
|
||||
commands:
|
||||
- sleep 10000
|
||||
# TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552
|
||||
- export HOME=/home/podman
|
||||
- ansible-lint
|
||||
environment:
|
||||
# TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552
|
||||
HOME: "/home/podman"
|
||||
FORCE_COLOR: "1"
|
||||
|
||||
- name: python-format
|
||||
|
Loading…
Reference in New Issue
Block a user