diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 5d261b9..81680a4 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -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: