diff --git a/Dockerfile b/Dockerfile index ff3163b..fcbad56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file