Destroy old MC servers

This commit is contained in:
Salt 2021-08-16 00:02:37 -05:00
parent f8951d61a4
commit 812b6dff77
3 changed files with 2 additions and 4 deletions

View File

@ -16,7 +16,6 @@
- name: include tasks for gameservers
include_tasks: tasks/game/{{ task }}
with_items:
- botaniapack2-survival.yml
- gmod.yml
loop_control:
loop_var: task
@ -26,7 +25,6 @@
- name: include tasks for gameservers
include_tasks: tasks/game/{{ task }}
with_items:
- botaniapack2-creative.yml
- css.yml
loop_control:
loop_var: task

View File

@ -2,7 +2,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

View File

@ -2,7 +2,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