Enable Terraria
This commit is contained in:
parent
7007e0ab92
commit
23ce4ca27b
@ -90,7 +90,7 @@
|
||||
- name: docker deploy scpsl
|
||||
docker_container:
|
||||
name: scpsl
|
||||
state: present
|
||||
state: absent
|
||||
image: rehashedsalt/scpsl:latest
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
@ -105,7 +105,7 @@
|
||||
- name: docker deploy terraria
|
||||
docker_container:
|
||||
name: terraria
|
||||
state: absent
|
||||
state: started
|
||||
image: rehashedsalt/tmodloader
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
|
Loading…
Reference in New Issue
Block a user