diff --git a/playbooks/game.yml b/playbooks/game.yml index 6204cdd..4a5014f 100755 --- a/playbooks/game.yml +++ b/playbooks/game.yml @@ -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