From 1ef715f52e27f30a268807ee849f53690002b462 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 1 Aug 2021 12:32:24 -0500 Subject: [PATCH] Disable botaniapack2 --- playbooks/game.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/game.yml b/playbooks/game.yml index b40473f..1db9446 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: started + state: absent 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: started + state: absent image: rehashedsalt/minecraft-forge:1.16.5-36.1.13-openjdk11 restart_policy: unless-stopped pull: yes