[Announcement] IBM z/OS Core v1.4.0 has released #582
Replies: 1 comment 4 replies
-
@ddimatos is there any news on the release date of the v1.5.0 ? We are running on (E)JES, so we would be happy to see the SDSF dependencies finally gone (ZOAU 1.2.x). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 1.4.0
New
zos_mount
system data set.
Bug fixes and enhancements
zos_copy
force=true
and the remote file ordata set
dest
is NOT empty, thedest
will be deleted and recreatedwith the
src
data set attributes, otherwise it will be recreatedwith the
dest
data set attributes.the
dest
. This change now reviews the source files instead oftraversing the entire
dest
path.in the
dest
path. Prior to this change, if a parent directoryanywhere in the path did not exist the task would fail as it was
stated in documentation.
elements that allow different z/OS® systems to share PARMLIB definitions
while retaining unique values in those definitions. This was fixed in a
future release through the use of one of the ZOAU dependency but this
version of
ibm_zos_core
does not support that dependency version sothis support was added.
managed node and a mode is set, the mode is applied to the directory
on the managed node. If the directory being copied contains files and
mode is set, mode will only be applied to the files being copied not
the pre-existing files.
that will result in error when running
ansible-core
v2.11 and usingoptions
force
ormode
.such that if
dest_data_set
is set, this will take precedence.If
dest
is an empty data set, the empty data set will be written withthe expectation its attributes satisfy the copy. If no precedent rule
has been exercised,
dest
will be created with the same attributes ofsrc
.dest
is anonexistent data set, the attributes assigned will depend on the type
of
src
. Ifsrc
is a USS file,dest
will have a Fixed Block (FB)record format and the remaining attributes will be computed. If
src
is binary,
dest
will have a Fixed Block (FB) record format with arecord length of 80, block size of 32760, and the remaining attributes
will be computed.
src
is a directory and ends with "/", thecontents of it will be copied into the root of
dest
. It it doesn'tend with
/
, the directory itself will be copied.further reference refer to the SSH plugin documentation.
a USS file and the destination is a data set with a record length.
This is done by inspecting the destination data set attributes and
using these attributes to create a new data set.
from within the module. In the case where you are copying to
a data set destination that does not exist, you can now do so using
the new module option
dest_data_set
.using
dest_data_set
.zos_fetch
for further reference refer to the SSH plugin documentation.
zos_job_output
job step as part of the ret_code response.
provided. Now a specific ddname can be returned and all others ignored.
content. This would occur for jobs with very large amounts of content
from a ddname.
zos_job_query
the module and returns a proper response.
greater than 99,999 jobs in the history.
zos_job_submit
result in a proper module response.
waiting a predetermined time.
zos_operator_action_query
the event an error is encountered.
zos_ping
zos_ssh
connection plugindependency.
zos_mount
tag_ccsid
to correctly allow for type int.zos_operator
SET
command,SET
is equivalentto the abbreviated
T
command.Deprecated Features
zos_copy
supported options in the ansible.builtin.ssh plugin. Refer to
the
SSH port <https://docs.ansible.com/ansible/latest/collections/ansible/builtin/ssh_connection.html#parameter-port>
__option to configure the port used during the modules SFTP transport.
automatically managed and data sets are either created based on the
src data set or overridden by the new option destination_dataset.
dest_dataset
has been deprecated and removed in favor of thenew option
dest_data_set
.zos_fetch
supported options in the ansible.builtin.ssh plugin. Refer to
the
SSH port <https://docs.ansible.com/ansible/latest/collections/ansible/builtin/ssh_connection.html#parameter-port>
__option to configure the port used during the modules SFTP transport.
zos_ssh
remove all playbook references to connection ibm.ibm_zos_core.zos_ssh.
This discussion was created from the release release-v1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions