fix: switch to ansible dev container and fix molecule #2
@ -9,17 +9,11 @@ steps:
|
|||||||
- name: ansible-lint
|
- name: ansible-lint
|
||||||
image: ghcr.io/ansible/community-ansible-dev-tools
|
image: ghcr.io/ansible/community-ansible-dev-tools
|
||||||
commands:
|
commands:
|
||||||
- sleep 10000
|
|
||||||
- pwd
|
|
||||||
- id
|
|
||||||
- echo $HOME
|
|
||||||
- echo $PATH
|
|
||||||
- which ansible-lint
|
|
||||||
- ansible-lint --help
|
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
environment:
|
environment:
|
||||||
|
# TODO: https://github.com/woodpecker-ci/woodpecker/issues/3552
|
||||||
|
HOME: "/home/podman"
|
||||||
FORCE_COLOR: "1"
|
FORCE_COLOR: "1"
|
||||||
ANSIBLE_LOCAL_TEMP: /tmp
|
|
||||||
|
|
||||||
- name: python-format
|
- name: python-format
|
||||||
image: docker.io/python:3.12
|
image: docker.io/python:3.12
|
||||||
|
Loading…
Reference in New Issue
Block a user