Install pass wrapper in .optbin

This commit is contained in:
2021-10-03 12:55:22 +02:00
parent 5c38e9a5f7
commit d7791b94c1

View File

@@ -596,7 +596,7 @@
- block: - block:
- name: add passwordstore init script - name: add passwordstore init script
copy: copy:
dest: /home/{{ user.name }}/bin/pass dest: /home/{{ user.name }}/.optbin/pass
owner: "{{ user.name }}" owner: "{{ user.name }}"
group: "{{ user_group_name }}" group: "{{ user_group_name }}"
mode: '0755' mode: '0755'