From d18c47f27b07071f7daee18bc72a935279df5305 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Thu, 11 Jun 2026 14:19:08 +0200 Subject: [PATCH] install - fix filename (.list is automatically add) --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 8c3cf97..09af36a 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -10,7 +10,7 @@ become: true apt_repository: repo: "{{ pbs_repo_no_subscription }}" - filename: pbs-client.list + filename: pbs-client - name: proxmox backup client | update APT Cache apt: