force git clones

This commit is contained in:
Matthew Stobbs
2025-03-31 19:08:36 -06:00
parent b366372092
commit 084d57a3b5
21 changed files with 21 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git:
force: true
depth: 1
dest: "{{ hyprlock.git_path }}"
recursive: true