From 30e05e8754af5e2f2042f4fd89ccc69375e68d78 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 18 Oct 2021 14:15:32 +0200 Subject: [PATCH] Specify a filename for repository So that it stays the same even if the URL is changed. --- ansible/tasks/prosody.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/tasks/prosody.yml b/ansible/tasks/prosody.yml index 6c9c480..ed6b194 100644 --- a/ansible/tasks/prosody.yml +++ b/ansible/tasks/prosody.yml @@ -10,6 +10,7 @@ url: "https://packages.prosody.im/debian/pubkey.asc" - name: "Add Prosody package repo" apt_repository: + filename: prosody repo: "deb https://packages.prosody.im/debian buster main" - name: "Detect dpkg architecture name" shell: dpkg --print-architecture