Initial fork commit

This commit is contained in:
2020-12-28 12:27:18 -06:00
commit 0b55c1a9c7
6 changed files with 195 additions and 0 deletions

8
handlers/main.yml Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: "restart minecraft {{ minecraft_name }}"
systemd:
name: "minecraft@{{ minecraft_name }}"
state: restarted
become: yes