fix: remove ansible_tmp workaround
All checks were successful
Update Traefik Version / update-version (pull_request) Successful in 2m1s
All checks were successful
Update Traefik Version / update-version (pull_request) Successful in 2m1s
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -19,9 +19,6 @@ platforms:
|
||||
|
||||
provisioner:
|
||||
name: ansible
|
||||
config_options:
|
||||
defaults:
|
||||
remote_tmp: /tmp/.ansible/tmp
|
||||
env:
|
||||
ANSIBLE_ROLES_PATH: "${MOLECULE_PROJECT_DIRECTORY}/.."
|
||||
playbooks:
|
||||
|
||||
Reference in New Issue
Block a user