dont try to add sosnet if it exists

This commit is contained in:
m0duspwnens
2022-11-22 10:19:18 -05:00
parent d97e13b473
commit 4b6b42f9b9
2 changed files with 13 additions and 0 deletions

View File

@@ -61,3 +61,4 @@ sos_docker_net:
com.docker.network.bridge.name: 'sosbridge'
com.docker.network.driver.mtu: '1500'
com.docker.network.bridge.enable_ip_masquerade: 'true'
- unless: `docker network ls | grep sosnet`