Skip to content
Snippets Groups Projects
Commit c30d9aea authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: vaultify repo URL

parent 69931808
Branches
No related tags found
No related merge requests found
Pipeline #5980 failed
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
enabled: true enabled: true
name: "slub" name: "slub"
pdiffs: true pdiffs: true
signed_by: "https://sdvdebianrepo.slub-dresden.de/deb-repository/pub.gpg.key" signed_by: "{{ vault_debrepo_url }}deb-repository/pub.gpg.key"
suites: "{{ ansible_lsb.codename }}" suites: "{{ ansible_lsb.codename }}"
uris: "https://sdvdebianrepo.slub-dresden.de/deb-repository" uris: "{{ vault_debrepo_url }}deb-repository"
notify: update apt cache notify: update apt cache
become: true become: true
handlers: handlers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment