Install pass wrapper in .optbin

This commit is contained in:
2021-10-03 12:55:22 +02:00
parent 52525ba8ce
commit 69f6ba29fc

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'