[tor-commits] [gettor/master] Update files for syntax
hiro at torproject.org
hiro at torproject.org
Sat Aug 31 12:45:13 UTC 2019
commit 1c37f3ed6812285eee55829582d5b81d408f2599
Author: hiro <hiro at torproject.org>
Date: Sat Aug 31 14:45:11 2019 +0200
Update files for syntax
---
roles/gettor/tasks/main.yml | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index f80ff54..8a6e93c 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -2,17 +2,7 @@
- name: check if repository exists
stat:
path: "{{ gettor_path }}/.git/config"
-
-- name: update gettor source
- git:
- repo: "{{ gettor_repo }}"
- dest: "{{ gettor_path }}"
- umask: '022'
- diff: false
-
-- name: export stats
- command: >
- {{ gettor_path }}/scripts/export_stats
+ register: stat_result
- name: create database
command: >
More information about the tor-commits
mailing list