fix: switch to ansible dev container and fix molecule #2

Merged
xoxys merged 11 commits from fix-molecule into main 2024-08-19 07:17:26 +00:00
Showing only changes of commit 0ef0e0e769 - Show all commits

View File

@ -11,7 +11,6 @@ variables:
group: molecule
environment:
PY_COLORS: "1"
ANSIBLE_LOCAL_TEMP: /tmp
HCLOUD_TOKEN:
from_secret: molecule_hcloud_token
@ -19,6 +18,8 @@ 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: