Disable old gameservers

This commit is contained in:
Salt 2023-05-17 19:17:42 -05:00
parent 681b97f7ce
commit 54b36219b7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
- name: docker deploy factorio
docker_container:
name: factorio
state: started
state: absent
image: factoriotools/factorio:stable
restart_policy: unless-stopped
pull: yes

View File

@ -2,7 +2,7 @@
- name: docker deploy satisfactory
docker_container:
name: satisfactory
state: started
state: absent
image: wolveix/satisfactory-server:latest
restart_policy: unless-stopped
pull: yes