fix: remove ansible_tmp workaround
All checks were successful
Update Traefik Version / update-version (pull_request) Successful in 2m1s

This commit is contained in:
2026-03-11 10:05:27 -03:00
parent 1430c2847c
commit 9abe53d7d1
2 changed files with 1 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ RUN apt-get update && \
dbus \
ca-certificates && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
mkdir -p /root/.ansible/tmp
rm -rf /var/lib/apt/lists/*
CMD ["/usr/sbin/init"]

View File

@@ -19,9 +19,6 @@ platforms:
provisioner:
name: ansible
config_options:
defaults:
remote_tmp: /tmp/.ansible/tmp
env:
ANSIBLE_ROLES_PATH: "${MOLECULE_PROJECT_DIRECTORY}/.."
playbooks: