force git clones
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
block:
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
force: true
|
||||
depth: 1
|
||||
dest: "{{ hyprlock.git_path }}"
|
||||
recursive: true
|
||||
|
||||
Reference in New Issue
Block a user