commit de8bee6a5885b7b5e24e51c1309d23a68f93604c Author: hiro hiro@torproject.org Date: Fri Sep 27 18:09:30 2019 +0200
Fix typo --- roles/gettor/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml index 46727a2..729d86b 100644 --- a/roles/gettor/tasks/main.yml +++ b/roles/gettor/tasks/main.yml @@ -53,13 +53,13 @@ executable: /bin/bash
- name: stop gettor - shell: ./bin gettor_service stop + shell: bin/gettor_service stop args: chdir: "{{ gettor_path }}" executable: /bin/bash
- name: start gettor - shell: bin gettor_service start + shell: bin/gettor_service start args: chdir: "{{ gettor_path }}" executable: /bin/bash
tor-commits@lists.torproject.org