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

hiro at torproject.org hiro at torproject.org
Sat Aug 31 12:25:02 UTC 2019


commit 3393ddce7e19d2d11d318b7a5d0d2f68bdd267f7
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 14:24:58 2019 +0200

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

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



More information about the tor-commits mailing list