diff --git a/ansible.Dockerfile b/ansible.Dockerfile index 12d738a..6331f3f 100644 --- a/ansible.Dockerfile +++ b/ansible.Dockerfile @@ -27,8 +27,7 @@ RUN VAULT_VERSION=1.4.2 && KUBECTL_VERSION=v1.18.3 && \ echo "[local]" >> /etc/ansible/hosts && \ echo "localhost" >> /etc/ansible/hosts && \ ln -s /usr/local/bin/python3 /usr/bin/python3 -COPY ./rootCA.pem /usr/local/share/ca-certificates/beethoven.pem -RUN update-ca-certificates +#RUN update-ca-certificates ENV ANSIBLE_GATHERING=smart \ ANSIBLE_HOST_KEY_CHECKING=false \