Add simple Discord bot to notify of Minecraft events

This commit is contained in:
2019-12-30 19:53:35 -06:00
parent d8ffc99fdd
commit 2da2a1affc
5 changed files with 173 additions and 0 deletions

View File

@ -9,3 +9,8 @@
service:
name: "{{ minecraft_service_name }}"
state: restarted
- name: restart rsyslog
service:
name: rsyslog
state: restarted