Files
Cachy-workstation/roles/pass/tasks/main.yml
T

8 lines
195 B
YAML

---
- name: Clone password store
ansible.builtin.git:
repo: cjr@git:/home/cjr/.password-store
dest: "{{ ansible_facts['user_dir'] }}/.password-store"
update: true
version: main