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

hiro at torproject.org hiro at torproject.org
Sat Aug 31 12:26:13 UTC 2019


commit 34343751480d628ca119e7a4c303af588b124f7a
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 14:26:10 2019 +0200

    Update files for syntax
---
 roles/gettor/tasks/main.yml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index 83f7490..026443f 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -1,9 +1,11 @@
 ---
-- name: Update repository
-  import_tasks: source.yml
+- hosts: gettor
+  tasks:
+    - name: Update repository
+      import_tasks: source.yml
 
-- name: Prepare db
-  import_tasks: db.yml
+    - name: Prepare db
+      import_tasks: db.yml
 
-- name: Restart
-  import_tasks: restart.yml
+    - name: Restart
+      import_tasks: restart.yml



More information about the tor-commits mailing list