aboutsummaryrefslogtreecommitdiff
path: root/roles/tor/handlers/main.yaml
blob: 8903ad659b048257981733128cc67f58319bc5d8 (plain)
1
2
3
4
5
6
- name: restart tor
  systemd:
    name: tor
    state: restarted
    enabled: true
  when: ansible_facts['service_mgr'] == 'systemd'