Disable ATF until they fix their shit

This commit is contained in:
Salt 2024-02-17 22:30:59 -06:00
parent ed626e0cb0
commit 9def000946

View File

@ -2,7 +2,7 @@
- name: docker deploy minecraft - all the fabric
docker_container:
name: minecraft-aofabric
state: started
state: absent
image: itzg/minecraft-server:latest
restart_policy: unless-stopped
pull: yes