File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed 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.4
11+ version : 1.0.5
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 : 940
18+ version : 943
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 4545 vrmf : ' {{ vrmf942 }}'
4646 when : convention=='new' and version==942
4747
48+ - name : Set V.R.M.F to 9.4.3 if version matches
49+ ansible.builtin.set_fact :
50+ vrmf : ' {{ vrmf943 }}'
51+ when : convention=='new' and version==943
52+
4853- name : Including the task list for this platform
4954 ansible.builtin.include_tasks : " {{ ansible_system }}_{{ ansible_architecture }}_{{ role_name }}.yml"
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ vrmf935: '9.3.5.0'
66vrmf940 : ' 9.4.0.0'
77vrmf941 : ' 9.4.1.0'
88vrmf942 : ' 9.4.2.0'
9+ vrmf943 : ' 9.4.3.0'
You can’t perform that action at this time.
0 commit comments