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