diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 920a28275fdcc448423f3a48cf9a5848bd878aa1..d1bf84289cfdbe12f6d21944eebecce9b1c44338 100644 --- a/Dockerfile.bullseye +++ b/Dockerfile.bullseye @@ -17,7 +17,7 @@ RUN apt-get -qq update && \ pip3 install ansible --upgrade && \ ansible --version && \ mkdir -p /var/run/ && \ - git clone --depth 1 -b uffd-docker-image-debug "https://git.cccv.de/infra/ansible/roles/openldap.git" && \ + git clone --depth 1 "https://git.cccv.de/infra/ansible/roles/openldap.git" && \ git clone --depth 1 "https://git.cccv.de/infra/ansible/roles/certificates.git" && \ apt-get -qq clean @@ -25,5 +25,5 @@ COPY ansible-inventory.yml inventory.yml COPY ansible-playbook.yml playbook.yml COPY ansible.cfg ansible.cfg -RUN ansible-playbook -vvvv playbook.yml && \ +RUN ansible-playbook playbook.yml && \ rm -fr openldap certificates inventory.yml playbook.yml ansible.cfg