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:
parent
0972ce1e24
commit
a6db315138
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue