[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [dip/master] Always override changes in go modules



commit 0cf4e7d5918011c21b0f448aca8b98693d8d8480
Author: Bastian Blank <waldi@xxxxxxxxxx>
Date:   Wed Oct 23 16:54:40 2019 +0200

    Always override changes in go modules
---
 roles/go_install_mod/tasks/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/go_install_mod/tasks/main.yml b/roles/go_install_mod/tasks/main.yml
index 48eea31..241a729 100644
--- a/roles/go_install_mod/tasks/main.yml
+++ b/roles/go_install_mod/tasks/main.yml
@@ -4,6 +4,7 @@
     repo: https://{{ go_install_package }}
     version: "{{ go_install_version }}"
     depth: 10
+    force: true
     dest: "{{ ansible_user_dir }}/src/{{ go_install_package }}"
   diff: false
   register: result



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits