From: Oleg Broytman Date: Wed, 11 Feb 2026 16:35:28 +0000 (+0300) Subject: Fix(init-system): `apt-key` was deprecated and removed X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=b1971168dbeabbd0bb6b94959c67f38b48341dd0;p=ansible.git Fix(init-system): `apt-key` was deprecated and removed See https://askubuntu.com/a/1307181 for an explanation. --- diff --git a/playbooks/roles/init-system/tasks/apt.yaml b/playbooks/roles/init-system/tasks/apt.yaml index 096095f..65bebba 100644 --- a/playbooks/roles/init-system/tasks/apt.yaml +++ b/playbooks/roles/init-system/tasks/apt.yaml @@ -36,10 +36,3 @@ 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')"