Add link for pass compatibility
This commit is contained in:
parent
cdb2f095e6
commit
b8159952ac
1 changed files with 9 additions and 1 deletions
|
|
@ -58,4 +58,12 @@
|
|||
when:
|
||||
- ansible_pkg_mgr == "apt"
|
||||
when:
|
||||
- not gopass.stat.exists or ( gopass_locver.stdout != gopass_ver.stdout )
|
||||
- not gopass.stat.exists or ( gopass_locver.stdout != gopass_ver.stdout )
|
||||
|
||||
- name: Create pass link
|
||||
file:
|
||||
src: "gopass"
|
||||
dest: "/usr/local/bin/pass"
|
||||
owner: root
|
||||
group: root
|
||||
state: link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue