8 lines
195 B
YAML
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
|