src.nth.io/

summaryrefslogtreecommitdiff
path: root/papermc/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-07-03 12:01:00 -0500
committerLuke Hoersten <[email protected]>2020-07-03 12:01:00 -0500
commit578da7e200490a1c1a8f34bd2c8929c765ac58f4 (patch)
treee4442829f5678900c8ff80ffb4e29c3a4283133f /papermc/handlers
parent19a6e28470d0bc998b4e1c0cb61f72f532ae8365 (diff)
Renamed papermc role to minecraft.
Diffstat (limited to 'papermc/handlers')
-rw-r--r--papermc/handlers/main.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/papermc/handlers/main.yaml b/papermc/handlers/main.yaml
deleted file mode 100644
index b5baff0..0000000
--- a/papermc/handlers/main.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-
-- name: restart minecraft
- become: yes
- systemd: name="minecraft.service" state="restarted" daemon_reload="yes"