diff options
Diffstat (limited to 'roles/pterodactyl_wings/handlers/main.yml')
-rw-r--r-- | roles/pterodactyl_wings/handlers/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/pterodactyl_wings/handlers/main.yml b/roles/pterodactyl_wings/handlers/main.yml new file mode 100644 index 0000000..04c80e1 --- /dev/null +++ b/roles/pterodactyl_wings/handlers/main.yml @@ -0,0 +1,7 @@ +--- +- name: Handle systemd + systemd: + name: wings + enabled: yes + state: restarted + become: yes |