diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-04-06 11:54:21 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-04-06 11:54:21 +0200 |
commit | 736ffc77f09a8e238e63a9819d19fe41e7c523d4 (patch) | |
tree | c4c3d4e36865c0ef63f33af71a2edf2857e0312b /roles/factorio/handlers | |
parent | e835ea003eb91a534bfcead68062562e6ed1e665 (diff) | |
download | ansible_collection-736ffc77f09a8e238e63a9819d19fe41e7c523d4.tar.gz |
factorio
Diffstat (limited to 'roles/factorio/handlers')
-rw-r--r-- | roles/factorio/handlers/main.yml | 7 |
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 |