chore(nginx_fpm_proxy): provide defaults for not defined variables
This commit is contained in:
parent
6027db3f5f
commit
e2e8d84c13
@ -29,9 +29,9 @@
|
|||||||
env: "{{ nextcloud_nginx_container_env }}"
|
env: "{{ nextcloud_nginx_container_env }}"
|
||||||
name: "{{ nextcloud_nginx_container_name }}"
|
name: "{{ nextcloud_nginx_container_name }}"
|
||||||
image: "{{ nextcloud_nginx_container_image_ref }}"
|
image: "{{ nextcloud_nginx_container_image_ref }}"
|
||||||
ports: "{{ nextcloud_nginx_container_ports }}"
|
ports: "{{ nextcloud_nginx_container_ports | default(omit, true) }}"
|
||||||
volumes: "{{ nextcloud_nginx_container_volumes }}"
|
volumes: "{{ nextcloud_nginx_container_volumes }}"
|
||||||
labels: "{{ nextcloud_nginx_container_labels }}"
|
labels: "{{ nextcloud_nginx_container_labels | default(omit, true) }}"
|
||||||
networks: "{{ nextcloud_nginx_container_networks | default(omit) }}"
|
networks: "{{ nextcloud_nginx_container_networks | default(omit, true) }}"
|
||||||
restart_policy: "{{ nextcloud_nginx_container_restart_policy }}"
|
restart_policy: "{{ nextcloud_nginx_container_restart_policy }}"
|
||||||
state: started
|
state: started
|
||||||
|
Loading…
Reference in New Issue
Block a user