From 69f6ba29fcb3b943f41b5263462f0042d44b488b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 3 Oct 2021 12:55:22 +0200 Subject: [PATCH] Install pass wrapper in .optbin --- user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.yml b/user.yml index 974cef2..be51334 100644 --- a/user.yml +++ b/user.yml @@ -596,7 +596,7 @@ - block: - name: add passwordstore init script copy: - dest: /home/{{ user.name }}/bin/pass + dest: /home/{{ user.name }}/.optbin/pass owner: "{{ user.name }}" group: "{{ user_group_name }}" mode: '0755'