From b85120cd5a4518af07863322f9be37a874f915a1 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 1 May 2021 01:02:42 -0500 Subject: [PATCH] SCPSL --- playbooks/game.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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