diff --git a/tasks/install-repair-tools.yml b/tasks/install-repair-tools.yml index 1607c6d1f246108e2feb47a1adb9b9a7063bd3fa..3f34f9d987012b52dd72f56cbd7af968993989f3 100644 --- a/tasks/install-repair-tools.yml +++ b/tasks/install-repair-tools.yml @@ -3,7 +3,7 @@ block: - name: öffentlichen Schlüssel hinzufügen (sonst muss bei jeder Installation eine Warnmeldung bestätigt werden) apt_key: - url: "{{ vault_debrepo_url }}buster.gpg.key" + url: "{{ vault_debrepo_url }}deb-repository/pub.gpg.key" when: ansible_distribution_major_version == '10' tags: [apt, aptkey] - name: SLUB-lokales Debian-Repository für Installation der SubApp in /etc/apt/sources.list.d/ eintragen