File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
amq_streams_common/tasks/rhn
amq_streams_cruise_control/tasks Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818 ansible.builtin.set_fact :
1919 rhn_product_archive_file_pattern : ' ^.*/amq-streams-[0-9.]*-bin.zip$'
2020 when :
21- - not rhn_product_archive_file_pattern is defined or rhn_product_archive_file_pattern == ""
21+ - not rhn_product_archive_file_pattern is defined or rhn_product_archive_file_pattern | length < 1
2222
2323- name : " Determine which archive to download using file pattern: {{ rhn_product_archive_file_pattern }}."
2424 ansible.builtin.set_fact :
Original file line number Diff line number Diff line change 1414 ansible.builtin.include_role :
1515 name : amq_streams_common
1616 tasks_from : rhn/main.yml
17+ vars :
18+ rhn_product_archive_file_pattern : " {{ amq_streams_cruise_control_rhn_product_archive_file_pattern }}"
1719
1820- name : " Ensure Cruise Control artifacts is properly installed."
1921 ansible.builtin.include_role :
You can’t perform that action at this time.
0 commit comments