main.yml (195B)
1 --- 2 - name: Clone password store 3 ansible.builtin.git: 4 repo: cjr@git:/home/cjr/.password-store 5 dest: "{{ ansible_facts['user_dir'] }}/.password-store" 6 update: true 7 version: main
cachy-workstation | |
| Log | Files | Refs | README |