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
zos_copy fixes a bug that when a directory is copied from the
controller to the managed node and a mode is set, the mode is now applied
to the directory on the controller. 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.
zos_copy - fixes a bug where options were not defined in the module
argument spec that will result in error when running ansible-core v2.11
and using options force or mode.
zos_copy - was enhanced for when src is a directory and ends with "/",
the contents of it will be copied into the root of dest. It it doesn't
end with "/", the directory itself will be copied.
zos_fetch - fixes a bug where an option was not defined in the module
argument spec that will result in error when running ansible-core v2.11
and using option encoding.
zos_job_submit - fixes a bug where an option was not defined in the
module argument spec that will result in error when running ansible-core v2.11 and using option encoding.
jobs.py - fixes a utility used by module zos_job_output that would
truncate the DD content.
zos_ssh connection plugin was updated to correct a bug that causes
an ANSIBLE_SSH_CONTROL_PATH_DIR attribute error only when using
ansible-core v2.11.
Availability
Automation Hub
Galaxy
GitHub
Reference
Supported by z/OS V2R3_ or later
Supported by the z/OS® shell
Supported by IBM Open Enterprise SDK for Python v3.8.2 - IBM Open Enterprise SDK for Python v3.9.5
Supported by IBM Z Open Automation Utilities 1.1.0 and Z Open Automation Utilities 1.1.1
This discussion was created from the release release-v1.3.6.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Version 1.3.6
What's New
Bug Fixes
Modules
zos_copy
fixes a bug that when a directory is copied from thecontroller to the managed node and a mode is set, the mode is now applied
to the directory on the controller. 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.
zos_copy
- fixes a bug where options were not defined in the moduleargument spec that will result in error when running
ansible-core
v2.11and using options
force
ormode
.zos_copy
- was enhanced for whensrc
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.
zos_fetch
- fixes a bug where an option was not defined in the moduleargument spec that will result in error when running
ansible-core
v2.11and using option
encoding
.zos_job_submit
- fixes a bug where an option was not defined in themodule argument spec that will result in error when running
ansible-core
v2.11 and using optionencoding
.jobs.py
- fixes a utility used by modulezos_job_output
that wouldtruncate the DD content.
zos_ssh
connection plugin was updated to correct a bug that causesan
ANSIBLE_SSH_CONTROL_PATH_DIR
attribute error only when usingansible-core v2.11.
Availability
Automation Hub
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
This discussion was created from the release release-v1.3.6.
Beta Was this translation helpful? Give feedback.
All reactions