force git clones
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
depth: 1
|
||||
force: true
|
||||
dest: "{{ d_tempdir.path }}/ghostty"
|
||||
repo: "{{ ghostty.repo }}"
|
||||
version: "{{ ghostty.vers }}"
|
||||
|
||||
Reference in New Issue
Block a user