This commit is contained in:
Salt 2021-05-01 01:02:42 -05:00
parent 054e462589
commit b85120cd5a

View File

@ -11,7 +11,7 @@
- name: docker deploy scpsl
docker_container:
name: scpsl
state: absent
state: started
image: rehashedsalt/scpsl:latest
restart_policy: unless-stopped
pull: yes
@ -26,7 +26,7 @@
- name: docker deploy terraria
docker_container:
name: terraria
state: started
state: absent
image: rehashedsalt/tmodloader-docker:v0.11.8.3
restart_policy: unless-stopped
pull: yes