From 23ce4ca27b870cf0b0d237cf4d88d28c3d1a6e5c Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 22 Mar 2021 21:33:06 -0500 Subject: [PATCH] Enable Terraria --- playbooks/game.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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