commit 1c37f3ed6812285eee55829582d5b81d408f2599 Author: hiro hiro@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: >