This commit is contained in:
parent
57b7854220
commit
8479a862c0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue