set force to yes for git clone in nitter-app/tasks/main.yml
This commit is contained in:
parent
004b9c262d
commit
c56ef58daf
|
@ -5,6 +5,7 @@
|
|||
ansible.builtin.git:
|
||||
repo: 'https://github.com/zedeus/nitter'
|
||||
dest: "/home/{{ NITTER_USER }}/nitter"
|
||||
force: yes
|
||||
become: true
|
||||
become_user: "{{ NITTER_USER }}"
|
||||
- name: Template and copy nitter build script
|
||||
|
|
Loading…
Reference in New Issue