[Announcement] IBM z/OS Core v1.4.0-beta.2 has released #530
Replies: 1 comment
-
Although there are a number of minor fixes and official support for Ansible 2.11, changelog, etc, the most significant changes are the architecture changes made in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 1.4.0-beta.2
Bug fixes and enhancements
Modules
zos_copy
that if
dest_data_set
is set, it will take precedence. Ifdest
is an empty data set, the empty data set will be written with theexpectation its attributes satisfy the copy. If no precedent rule
has been exercised,
dest
will be created with the same attributes ofsrc
.dest
is a nonexistentdata set, the attributes assigned will depend on the type of
src
. Ifsrc
is a USS file,dest
will have a Fixed Block (FB) record formatand the remaining attributes will be computed. If
src
is binary,dest
will have a Fixed Block (FB) record format with a record lengthof 80, block size of 32760, and the remaining attributes will be
computed.
force=true
and the remote file ordata set
dest`` is NOT empty, the
destwill be deleted and recreated with the
srcdata set attributes, otherwise it will be recreated with the
dest` data set attributes.src
is a directory and ends with "/",the contents of it will be copied into the root of
dest
. It it doesn'tend with "/", the directory itself will be copied.
dest_dataset
has been deprecated and removed in favorof the new option
dest_data_set
.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.
dest_data_set
.argument spec that will result in error when running
ansible-core
v2.11 and using options
force
ormode
.zos_operator
SET
command,SET
isequivalent to the abbreviated
T
command.zos_mount
tag_ccsid
to correctly allow for type int.module_utils
zos_job_output
that wouldtruncate the DD content.
Documentation
version 1.4.0-beta.1
release notes for additional content.Deprecated or removed
zos_copy
module option destination_dataset has been renamed todest_data_set.
version 1.4.0-beta.1
release notes for additional content.Availability
Galaxy
GitHub
Reference
z/OS V2R3
or laterz/OS® shell
IBM Open Enterprise SDK for Python
v3.8.2 -IBM Open Enterprise SDK for Python
v3.9.5Z Open Automation Utilities 1.1.0
_ andZ Open Automation Utilities 1.1.1
Known Issues
version 1.4.0-beta.1
release notes for additional content.Deprecation Notices
version 1.4.0-beta.1
release notes for additional content.This discussion was created from the release release-v1.4.0-beta.2.
Beta Was this translation helpful? Give feedback.
All reactions