Add missing dependency xclip for pass
This commit is contained in:
parent
ac2ca662aa
commit
b41ead6504
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
name:
|
||||
- pass
|
||||
- gnupg
|
||||
- xclip
|
||||
when: ansible_facts['distribution'] == 'Archlinux'
|
||||
|
||||
- name: Install packages (Debian)
|
||||
|
@ -13,6 +14,7 @@
|
|||
name:
|
||||
- pass
|
||||
- gnupg
|
||||
- xclip
|
||||
when: ansible_facts['distribution'] == 'Debian'
|
||||
|
||||
- name: Clone pass repo
|
||||
|
|
Loading…
Add table
Reference in a new issue