commit ba072761f5fb1b0e79081fb7a7ea3e3f956b0b38 Author: hiro hiro@torproject.org Date: Sat Aug 31 15:20:09 2019 +0200
Update gettor roles w virtualenv --- roles/gettor/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml index f082c72..a345e3a 100644 --- a/roles/gettor/tasks/main.yml +++ b/roles/gettor/tasks/main.yml @@ -1,7 +1,7 @@ --- - name: check if repository exists stat: - path: {{ gettor_path }}/.git/config + path: "{{ gettor_path }}/.git/config" register: stat_result
- name: update gettor source