From 51b9ee745f11039b1c3eb6f3f31012ae6dd79498 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 3 Aug 2021 16:04:10 -0500 Subject: [PATCH] Spin botaniapack2 back up --- playbooks/game.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/game.yml b/playbooks/game.yml index 446ebb1..1f6d114 100755 --- a/playbooks/game.yml +++ b/playbooks/game.yml @@ -61,7 +61,7 @@ - name: docker deploy minecraft botaniapack2-survival docker_container: name: botaniapack2-survival - state: absent + state: started image: rehashedsalt/minecraft-forge:1.16.5-36.1.13-openjdk11 restart_policy: unless-stopped pull: yes @@ -126,7 +126,7 @@ - name: docker deploy minecraft botaniapack2-creative docker_container: name: botaniapack2-creative - state: absent + state: started image: rehashedsalt/minecraft-forge:1.16.5-36.1.13-openjdk11 restart_policy: unless-stopped pull: yes