Disable host key check
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
SebClem 2023-07-04 17:30:14 +02:00
parent db4d6524b7
commit 619e6d726f
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -20,4 +20,5 @@ RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython passlib ne
COPY --from=build-stage /entrypoint /bin/entrypoint
ENV ANSIBLE_HOST_KEY_CHECKING=False
ENTRYPOINT [ "/bin/entrypoint" ]