quite stream.yml
This commit is contained in:
@ -60,12 +60,12 @@
|
||||
loop_var: vhost
|
||||
when: (service is undefined) or (service is defined and service == vhost.service_name)
|
||||
|
||||
- name: streams loop
|
||||
include_tasks: stream.yml
|
||||
with_items: "{{ matrix_loop }}"
|
||||
loop_control:
|
||||
loop_var: vhost
|
||||
when: (service is undefined) or (service is defined and service == vhost.service_name)
|
||||
# - name: streams loop
|
||||
# include_tasks: stream.yml
|
||||
# with_items: "{{ matrix_loop }}"
|
||||
# loop_control:
|
||||
# loop_var: vhost
|
||||
# when: (service is undefined) or (service is defined and service == vhost.service_name)
|
||||
|
||||
- name: slice matrix with those having ports defined
|
||||
set_fact:
|
||||
@ -77,4 +77,4 @@
|
||||
|
||||
- include_tasks: ../../althost/tasks/compose.yml
|
||||
vars: # forcing since this role is included statically
|
||||
service_name: proxy
|
||||
service_name: proxy
|
||||
|
||||
Reference in New Issue
Block a user