[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_copythat if
dest_data_setis set, it will take precedence. Ifdestis 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,
destwill be created with the same attributes ofsrc.destis a nonexistentdata set, the attributes assigned will depend on the type of
src. Ifsrcis a USS file,destwill have a Fixed Block (FB) record formatand the remaining attributes will be computed. If
srcis binary,destwill have a Fixed Block (FB) record format with a record lengthof 80, block size of 32760, and the remaining attributes will be
computed.
force=trueand the remote file ordata set
dest`` is NOT empty, thedestwill be deleted and recreated with thesrcdata set attributes, otherwise it will be recreated with thedest` data set attributes.srcis 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_datasethas 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-corev2.11 and using options
forceormode.zos_operatorSETcommand,SETisequivalent to the abbreviated
Tcommand.zos_mounttag_ccsidto correctly allow for type int.module_utilszos_job_outputthat wouldtruncate the DD content.
Documentation
version 1.4.0-beta.1release notes for additional content.Deprecated or removed
zos_copymodule option destination_dataset has been renamed todest_data_set.
version 1.4.0-beta.1release notes for additional content.Availability
GalaxyGitHubReference
z/OS V2R3or laterz/OS® shellIBM Open Enterprise SDK for Pythonv3.8.2 -IBM Open Enterprise SDK for Pythonv3.9.5Z Open Automation Utilities 1.1.0_ andZ Open Automation Utilities 1.1.1Known Issues
version 1.4.0-beta.1release notes for additional content.Deprecation Notices
version 1.4.0-beta.1release 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