Update path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-03-16 21:05:52 +01:00
parent 57b7854220
commit 8479a862c0
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -14,7 +14,7 @@
- name: Check if gopass is already installed
stat:
path: /usr/local/bin/gopass
path: /usr/bin/gopass
register: gopass
check_mode: no
@ -62,7 +62,7 @@
- name: Create pass link
file:
src: "gopass"
dest: "/usr/local/bin/pass"
dest: "/usr/bin/pass"
owner: root
group: root
state: link