re2o-service: force clone git repository

This commit is contained in:
Yohaï-Eliel BERREBY 2020-04-06 19:03:38 +02:00
parent 8579b99b2e
commit 8fee0857c1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
repo: "{{ service_repo }}"
dest: "{{ service_homedir }}/{{ service_name }}"
version: "{{ service_version }}"
force: true
become: true
become_user: "{{ service_user }}"