diff --git a/playbooks/game.yml b/playbooks/game.yml index 9cbc452..6196aa6 100755 --- a/playbooks/game.yml +++ b/playbooks/game.yml @@ -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