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

hiro at torproject.org hiro at torproject.org
Sat Aug 31 12:19:57 UTC 2019


commit 6971a297c94e8e4eac759a689cacaf136e5c768d
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 14:19:54 2019 +0200

    Update files for syntax
---
 roles/gettor/tasks/main.yml    | 3 +++
 roles/gettor/tasks/restart.yml | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index ee58276..26e4201 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -1,4 +1,7 @@
 ---
+
 - import_tasks: source.yml
+
 - import_tasks: db.yml
+
 - import_tasks: restart.yml
diff --git a/roles/gettor/tasks/restart.yml b/roles/gettor/tasks/restart.yml
index 4a5bf25..02b61ae 100644
--- a/roles/gettor/tasks/restart.yml
+++ b/roles/gettor/tasks/restart.yml
@@ -6,7 +6,6 @@
   environment:
         PATH: "{{ gettor_path }}"
 
-
 - name: virtualenv activate
   command: >
     source venv/bin/activate



More information about the tor-commits mailing list