[tor-commits] [gettor/master] Update gettor tasks

hiro at torproject.org hiro at torproject.org
Sat Aug 31 13:21:09 UTC 2019


commit f8956dce91ebc560261d32073e644d81ee0cf6db
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 15:21:06 2019 +0200

    Update gettor tasks
---
 roles/gettor/tasks/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index a345e3a..1eb1b76 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -6,8 +6,8 @@
 
 - name: update gettor source
   git:
-    repo: {{ gettor_repo }}
-    dest: {{ gettor_path }}
+    repo: "{{ gettor_repo }}"
+    dest: "{{ gettor_path }}"
     umask: '022'
   diff: false
 



More information about the tor-commits mailing list