Enable Terraria

This commit is contained in:
Salt 2021-03-22 21:33:06 -05:00
parent 7007e0ab92
commit 23ce4ca27b

View File

@ -90,7 +90,7 @@
- name: docker deploy scpsl - name: docker deploy scpsl
docker_container: docker_container:
name: scpsl name: scpsl
state: present state: absent
image: rehashedsalt/scpsl:latest image: rehashedsalt/scpsl:latest
restart_policy: unless-stopped restart_policy: unless-stopped
pull: yes pull: yes
@ -105,7 +105,7 @@
- name: docker deploy terraria - name: docker deploy terraria
docker_container: docker_container:
name: terraria name: terraria
state: absent state: started
image: rehashedsalt/tmodloader image: rehashedsalt/tmodloader
restart_policy: unless-stopped restart_policy: unless-stopped
pull: yes pull: yes