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

hiro at torproject.org hiro at torproject.org
Sat Aug 31 11:23:55 UTC 2019


commit 7bae3e01b6031b25066b882271239a7591ef0724
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 13:23:48 2019 +0200

    Update files for syntax
---
 roles/gettor/tasks/main.yml    | 7 +++----
 roles/gettor/tasks/restart.yml | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index 117d086..3e9e9e0 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -1,4 +1,3 @@
-- import_tasks:
-    - source.yml
-    - db.yml
-    - restart.yml
+- 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 33ba3c8..4a5bf25 100644
--- a/roles/gettor/tasks/restart.yml
+++ b/roles/gettor/tasks/restart.yml
@@ -4,14 +4,14 @@
   command: >
     virtualenv venv
   environment:
-        PATH: {{ gettor_path }}
+        PATH: "{{ gettor_path }}"
 
 
 - name: virtualenv activate
   command: >
     source venv/bin/activate
   environment:
-        PATH: {{ gettor_path }}
+        PATH: "{{ gettor_path }}"
 
 - name: stop gettor
   command: >



More information about the tor-commits mailing list