added ssh roles and pass repo cloning
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user