aboutsummaryrefslogtreecommitdiff
path: root/roles/pterodactyl_wings/handlers/main.yml
blob: 04c80e17d75ad3a3b827e4c6141a93077ba9600e (plain)
1
2
3
4
5
6
7
---
- name: Handle systemd
  systemd:
    name: wings
    enabled: yes
    state: restarted
  become: yes