aboutsummaryrefslogtreecommitdiff
path: root/roles/factorio/handlers/main.yml
blob: 9dc269030d0ce61989a1277b824b97c06c468144 (plain)
1
2
3
4
5
6
7
---
- name: Handle systemd
  systemd:
    name: factorio.service
    state: restarted
    enabled: yes
  become: yes