Update foobazdmx repository url and release target

Update foobazdmx repository url in foobazdmx role to main repo.
Change commit to be checked out by ansible to latest commit on main.
This commit is contained in:
Dario 2023-05-20 22:58:24 +02:00
parent 0972ce1e24
commit a6db315138
Signed by: dario
SSH key fingerprint: SHA256:zP7OE8nhYwOWaDhOawrP6NmUVcZWi0wyPKQa6052GpM

View file

@ -24,9 +24,9 @@
- name: Clone foobazdmx repository
become: true
ansible.builtin.git:
repo: https://thinkcccentre-ansible:glpat-VegCzyjuDjB19SggAqm1@gitlab.hamburg.ccc.de/yuri/foobazdmx.git
repo: https://ccchh-ansible:glpat-KVbnYH2S-TYU6-2tojYW@gitlab.hamburg.ccc.de/ccchh/foobazdmx.git
dest: /opt/foobazdmx
version: bf6170aa12fa5de9b9667be9b744ad7ee6157dde
version: main
- name: Install python dependencies
become: true
become_user: foobazdmx