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
|
- name: Check if gopass is already installed
|
||||||
stat:
|
stat:
|
||||||
path: /usr/local/bin/gopass
|
path: /usr/bin/gopass
|
||||||
register: gopass
|
register: gopass
|
||||||
check_mode: no
|
check_mode: no
|
||||||
|
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
- name: Create pass link
|
- name: Create pass link
|
||||||
file:
|
file:
|
||||||
src: "gopass"
|
src: "gopass"
|
||||||
dest: "/usr/local/bin/pass"
|
dest: "/usr/bin/pass"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
state: link
|
state: link
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue