6 lines
130 B
YAML
6 lines
130 B
YAML
|
---
|
||
|
- hosts: teier.eu
|
||
|
gather_facts: no
|
||
|
tasks:
|
||
|
- name: Restart starbound
|
||
|
shell: "cd /dc/starbound && docker-compose stop"
|