diff --git a/playbooks/roles/foobazdmx/tasks/main.yaml b/playbooks/roles/foobazdmx/tasks/main.yaml index 7bda0a9..b6c65af 100644 --- a/playbooks/roles/foobazdmx/tasks/main.yaml +++ b/playbooks/roles/foobazdmx/tasks/main.yaml @@ -24,7 +24,7 @@ - name: Clone foobazdmx repository become: true ansible.builtin.git: - repo: https://ccchh-ansible:glpat-KVbnYH2S-TYU6-2tojYW@gitlab.hamburg.ccc.de/ccchh/foobazdmx.git + repo: https://ccchh-ansible:glpat-istRKj5ivdBs_u9Tsdbp@gitlab.hamburg.ccc.de/ccchh/foobazdmx.git dest: /opt/foobazdmx version: main - name: Install python dependencies