From b1971168dbeabbd0bb6b94959c67f38b48341dd0 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 11 Feb 2026 19:35:28 +0300 Subject: [PATCH] Fix(init-system): `apt-key` was deprecated and removed See https://askubuntu.com/a/1307181 for an explanation. --- playbooks/roles/init-system/tasks/apt.yaml | 7 ------- 1 file changed, 7 deletions(-) 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')" -- 2.47.3