From 2d5f116ff31525777fef8ca168a717ed50d4e4b2 Mon Sep 17 00:00:00 2001 From: yuri Date: Sun, 21 May 2023 03:03:02 +0200 Subject: [PATCH] Use access token with Reporter role for foobazdmx --- playbooks/roles/foobazdmx/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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