Add link for pass compatibility
This commit is contained in:
parent
cdb2f095e6
commit
b8159952ac
1 changed files with 9 additions and 1 deletions
|
|
@ -59,3 +59,11 @@
|
||||||
- ansible_pkg_mgr == "apt"
|
- ansible_pkg_mgr == "apt"
|
||||||
when:
|
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