Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [zos_copy] Bugfixes for v1.3.6 #462

Merged
merged 19 commits into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions changelogs/fragments/462-copy-fetch-submit-utils.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
bugfixes:
- >
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` 2.11
and using options `force` or `mode`.
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` 2.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` 2.11
and using option `encoding`.
jobs.py - fixes a utility used by module `zos_job_output` that would
truncate the DD content, issue #354
zos_ssh - fixes connection plugin which will error when using `ansible-core`
2.11 with an `AttributeError: module 'ansible.constants' has no attribute
'ANSIBLE_SSH_CONTROL_PATH_DIR'`, issue #495
(https://github.com/ansible-collections/ibm_zos_core/pull/462)
2 changes: 1 addition & 1 deletion docs/source/modules/zos_apf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ persistent

| **required**: False
| **type**: str
| **default**: /* {mark} ANSIBLE MANAGED BLOCK <timestamp> */
| **default**: /\* {mark} ANSIBLE MANAGED BLOCK <timestamp> \*/


backup
Expand Down
Loading