File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace: ibm_messaging
88name : ibmmq
99
1010# The version of the collection. Must be compatible with semantic versioning
11- version : 1.0.6
11+ version : 1.0.7
1212
1313# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414readme : README-GALAXY.md
Original file line number Diff line number Diff line change 1515 mqm_profile : .profile
1616 - role : downloadmq
1717 vars :
18- version : 944
18+ version : 945
1919 downloadURL : https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/
2020 - role : installmq
2121 - role : setupenvironment
Original file line number Diff line number Diff line change 11---
2- version : 944
2+ version : 945
33local_source : false
44mq_local_path : ~/tmp/
Original file line number Diff line number Diff line change 5555 vrmf : ' {{ vrmf944 }}'
5656 when : convention=='new' and version==944
5757
58+ - name : Set V.R.M.F to 9.4.5 if version matches
59+ ansible.builtin.set_fact :
60+ vrmf : ' {{ vrmf945 }}'
61+ when : convention=='new' and version==945
62+
5863- name : Including the task list for this platform
5964 ansible.builtin.include_tasks : " {{ ansible_system }}_{{ ansible_architecture }}_{{ role_name }}.yml"
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ vrmf940: '9.4.0.0'
77vrmf941 : ' 9.4.1.0'
88vrmf942 : ' 9.4.2.0'
99vrmf943 : ' 9.4.3.0'
10- vrmf944 : ' 9.4.4.0'
10+ vrmf944 : ' 9.4.4.0'
11+ vrmf945 : ' 9.4.5.0'
You can’t perform that action at this time.
0 commit comments