File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace: ibm_messaging
8
8
name : ibmmq
9
9
10
10
# The version of the collection. Must be compatible with semantic versioning
11
- version : 1.0.3
11
+ version : 1.0.4
12
12
13
13
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
14
14
readme : README-GALAXY.md
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Retrieves and unpackages the specified MQ installation.
5
5
6
6
| Name | Description | Example |
7
7
| --- | --- | --- |
8
- | version | Non-separated MQ version number to be installed | ` 930 ` |
8
+ | version | Non-separated MQ version number to be installed | ` 942 ` |
9
9
| downloadURL| Download location for MQ installation | ` https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/ ` |
10
10
| local_source | Bool to specify if you want a local source (from Ansible machine) to be installed in your target machines |
11
11
| mq_local_path | Path where MQ source package is located locally |
Original file line number Diff line number Diff line change 1
1
---
2
- version : 930
2
+ version : 942
3
3
local_source : false
4
4
mq_local_path : ~/tmp/
You can’t perform that action at this time.
0 commit comments