mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
7 lines
232 B
YAML
7 lines
232 B
YAML
# TODO: Use docker module, currently it doesn't seem to support updating.
|
|
- name: Stop Kira | Stop Kira
|
|
when:
|
|
- "'swarm_manager' in group_names"
|
|
- setting.minecraft.enabled
|
|
command: docker service scale minecraft_kira=0
|