set force to yes for git clone in nitter-app/tasks/main.yml

This commit is contained in:
staticsafe 2021-09-11 13:21:33 -04:00
parent 004b9c262d
commit c56ef58daf
1 changed files with 1 additions and 0 deletions

View File

@ -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