diff --git a/tasks/main.yml b/tasks/main.yml index dee11e7..3aca227 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -58,4 +58,12 @@ when: - ansible_pkg_mgr == "apt" when: - - not gopass.stat.exists or ( gopass_locver.stdout != gopass_ver.stdout ) \ No newline at end of file + - 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