Skip to content
Snippets Groups Projects
Commit 1a57edb4 authored by Julian's avatar Julian
Browse files

Disabled debugging for Bullseye image

parent 5de04b6a
Branches
Tags 6.10.6
No related merge requests found
Pipeline #7650 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment