Fix 1password role on Debian
This commit is contained in:
parent
df00529f86
commit
9497da521c
@ -35,6 +35,11 @@
|
|||||||
https://downloads.1password.com/linux/debian/{{arch}} stable main
|
https://downloads.1password.com/linux/debian/{{arch}} stable main
|
||||||
dest: /etc/apt/sources.list.d/1password.list
|
dest: /etc/apt/sources.list.d/1password.list
|
||||||
|
|
||||||
|
- name: apt update
|
||||||
|
become: true
|
||||||
|
apt:
|
||||||
|
update_cache: true
|
||||||
|
|
||||||
- name: install gui package
|
- name: install gui package
|
||||||
when: '"WSL" not in ansible_kernel'
|
when: '"WSL" not in ansible_kernel'
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user