diff options
Diffstat (limited to 'roles/tor/handlers/main.yaml')
-rw-r--r-- | roles/tor/handlers/main.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/tor/handlers/main.yaml b/roles/tor/handlers/main.yaml deleted file mode 100644 index 8903ad6..0000000 --- a/roles/tor/handlers/main.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- name: restart tor - systemd: - name: tor - state: restarted - enabled: true - when: ansible_facts['service_mgr'] == 'systemd' |