You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ ibm.ibm_zos_cics Release Notes
5
5
.. contents:: Topics
6
6
7
7
8
+
v1.0.4
9
+
======
10
+
11
+
Release Summary
12
+
---------------
13
+
14
+
This release contains a number of new features and bug fixes.
15
+
16
+
Minor Changes
17
+
-------------
18
+
19
+
- Provide variables for all modules in one go using Ansible's `group module defaults <https://docs.ansible.com/ansible/2.8/user_guide/playbooks_module_defaults.html#module-defaults-groups>`_ support. The group name for the CMCI modules is ``cmci_group``.
20
+
21
+
Bugfixes
22
+
--------
23
+
24
+
- cmci_get - prevent ``cmci_get`` from failing if no records are found via the ``fail_on_nodata`` option. The default value is ``true`` if not specified.
0 commit comments