Add a hopefully functional implementation
Time to test
This commit is contained in:
9
handlers/main.yml
Normal file
9
handlers/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/ansible-playbook
|
||||
# vim:ft=ansible:
|
||||
---
|
||||
- name: "restart terraria {{ terraria_name }}"
|
||||
systemd:
|
||||
name: "terraria@{{ terraria_name }}"
|
||||
state: restarted
|
||||
become: yes
|
||||
when: terraria_enabled
|
Reference in New Issue
Block a user