8 lines
200 B
YAML
8 lines
200 B
YAML
|
#!/usr/bin/env ansible-playbook
|
||
|
# vim:ft=ansible:
|
||
|
- name: restart tmodloader {{ tmodloader_name }}
|
||
|
docker_container:
|
||
|
name: "tmodloader-{{ tmodloader_name }}"
|
||
|
state: started
|
||
|
restart: yes
|