Skip to content

Commit

Permalink
rofi-pass moved to community
Browse files Browse the repository at this point in the history
  • Loading branch information
pigmonkey committed May 2, 2019
1 parent 5e550d8 commit f07993f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions roles/pass/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
name: pass-otp
state: present

- name: Install rofi-pass
pacman:
name: rofi-pass
state: present
tags:
- rofi

- name: Install pass-update
aur:
name: pass-update
Expand All @@ -17,14 +24,6 @@
tags:
- aur

- name: Install rofi-pass
aur:
name: rofi-pass
user: "{{ user.name }}"
tags:
- aur
- rofi

- name: Install pwgen-passphrase
aur:
name: pwgen-passphrase
Expand Down

0 comments on commit f07993f

Please sign in to comment.