File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 7
7
Releases
8
8
========
9
9
10
+ Version 1.0.4
11
+ =============
12
+ What's New
13
+ -------------------
14
+ * Provide variables for all modules in one go using Ansible's `group module defaults `_ support. The group name for the CMCI modules is ``cmci_group ``.
15
+
16
+ * Prevent ``cmci_get `` from failing if no records are found via the ``fail_on_nodata `` option. The default value is true if not specified.
17
+
18
+ .. _group module defaults :
19
+ https://docs.ansible.com/ansible/2.8/user_guide/playbooks_module_defaults.html#module-defaults-groups
20
+
21
+
10
22
Version 1.0.3
11
23
=============
12
24
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace: ibm
8
8
name : ibm_zos_cics
9
9
10
10
# The collection version
11
- version : 1.0.3
11
+ version : 1.0.4
12
12
13
13
# Collection README file
14
14
readme : README.md
@@ -59,6 +59,7 @@ build_ignore:
59
59
- build.sh
60
60
- requirements.txt
61
61
- dev-requirements.txt
62
+ - doc-requirements.txt
62
63
- devguide.md
63
64
- .travis
64
65
- .github
Original file line number Diff line number Diff line change 1
1
---
2
2
name : ibm_zos_cics
3
- version : 1.0.3
3
+ version : 1.0.4
4
4
managed_requirements :
5
5
- name : Python
6
6
version : " >=2.7"
You can’t perform that action at this time.
0 commit comments