summaryrefslogtreecommitdiff
path: root/roles/hysteria/handlers/main.yaml
blob: d4227c5ed2a65432364500cceff902daa19baae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- name: restart_hysteria
  ansible.builtin.service:
    name: hysteria
    state: restarted
    enabled: true

- name: remove_hysteria_tempdir
  ansible.builtin.file:
    path: "{{ hysteria_tempdir.path }}"
    state: absent