service: Initialize db_published_ports
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
docker_image: "{{ db_container_image }}"
|
||||
reverse_proxy_type: none
|
||||
docker_mounts: "{{ db_container_mounts }}"
|
||||
docker_published_ports: "{{ db_published_ports | default([]) }}"
|
||||
docker_published_ports: "{{ db_published_ports }}"
|
||||
docker_env: "{{ db_container_env | default({}) }}"
|
||||
docker_additional_env: {}
|
||||
docker_networks: []
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
container_image: ''
|
||||
image_user: ''
|
||||
container_networks: []
|
||||
db_published_ports: []
|
||||
|
||||
- name: Add suffix to docker_service_name
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user