[tor-commits] [gettor/master] Update files for syntax

hiro at torproject.org hiro at torproject.org
Sat Aug 31 12:43:05 UTC 2019


commit cf5510e84b08ab56d2b228b5a7a8ca94d63a1928
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 14:43:03 2019 +0200

    Update files for syntax
---
 roles/gettor/tasks/main.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index 196ee8b..f80ff54 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -2,7 +2,6 @@
 - name: check if repository exists
   stat:
     path: "{{ gettor_path }}/.git/config"
-  register: stat_result
 
 - name: update gettor source
   git:
@@ -38,7 +37,7 @@
 - name: stop gettor
   command: >
     {{ gettor_path }}/bin gettor_service stop
-    
+
 - name: start gettor
   command: >
     {{ gettor_path }}/bin gettor_service start



More information about the tor-commits mailing list