]> git.phdru.name Git - ansible.git/commitdiff
Fix(init-system): `apt-key` was deprecated and removed
authorOleg Broytman <phd@phdru.name>
Wed, 11 Feb 2026 16:35:28 +0000 (19:35 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 11 Feb 2026 16:35:28 +0000 (19:35 +0300)
See https://askubuntu.com/a/1307181 for an explanation.

playbooks/roles/init-system/tasks/apt.yaml

index 096095f84c2a5467ff9587bc56b575f95ac49c2c..65bebba4e92b7a3b037045169a856bbd22dc2433 100644 (file)
     purge: yes
     state: absent
     update_cache: no
-
-- name: Configure apt key for deb-multimedia
-  become: true
-  apt_key:
-    keyserver: keyserver.ubuntu.com
-    id: 5C808C2B65558117
-  when: "inventory_hostname in ('localhost', 'iskra-aviel.phdru.name')"