Destroy old MC servers
This commit is contained in:
parent
f8951d61a4
commit
812b6dff77
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user