Fix 1password role on Debian

This commit is contained in:
Kenneth Benzie 2023-08-01 19:32:32 +01:00
parent df00529f86
commit 9497da521c

View File

@ -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