aboutsummaryrefslogtreecommitdiff
path: root/roles/factorio/handlers/main.yml
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-04-06 11:54:21 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-04-06 11:54:21 +0200
commit736ffc77f09a8e238e63a9819d19fe41e7c523d4 (patch)
treec4c3d4e36865c0ef63f33af71a2edf2857e0312b /roles/factorio/handlers/main.yml
parente835ea003eb91a534bfcead68062562e6ed1e665 (diff)
downloadansible_collection-736ffc77f09a8e238e63a9819d19fe41e7c523d4.tar.gz
factorio
Diffstat (limited to 'roles/factorio/handlers/main.yml')
-rw-r--r--roles/factorio/handlers/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/factorio/handlers/main.yml b/roles/factorio/handlers/main.yml
new file mode 100644
index 0000000..9dc2690
--- /dev/null
+++ b/roles/factorio/handlers/main.yml
@@ -0,0 +1,7 @@
+---
+- name: Handle systemd
+ systemd:
+ name: factorio.service
+ state: restarted
+ enabled: yes
+ become: yes