Add setting to enable ipv6

This commit is contained in:
Tilo Spannagel
2024-03-09 19:27:50 +00:00
parent a4d5fec8bb
commit 3f03ca7f69
67 changed files with 69 additions and 0 deletions

View File

@ -58,6 +58,7 @@
- name: Ensure chatgpt container network is created
community.general.docker_network:
enable_ipv6: "{{ matrix_ipv6_enabled }}"
name: "{{ matrix_bot_chatgpt_container_network }}"
driver: bridge