From 9497da521c31bb1e07f29a96239ce5a9a36c98f4 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 1 Aug 2023 19:32:32 +0100 Subject: [PATCH] Fix 1password role on Debian --- roles/1password/tasks/Debian.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/1password/tasks/Debian.yaml b/roles/1password/tasks/Debian.yaml index ffeda8e..2240a78 100644 --- a/roles/1password/tasks/Debian.yaml +++ b/roles/1password/tasks/Debian.yaml @@ -35,6 +35,11 @@ https://downloads.1password.com/linux/debian/{{arch}} stable main dest: /etc/apt/sources.list.d/1password.list +- name: apt update + become: true + apt: + update_cache: true + - name: install gui package when: '"WSL" not in ansible_kernel' become: true