We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_zos_copy_func.py
Module zos_fetch is used in the identified test case test_zos_copy_func.py that results in several behaviors that this issue will change:
zos_fetch
See the following is a sample code:
fetch_result = hosts.all.zos_fetch(src=src_lib, dest=tmp_folder.name, is_binary=True)
The text was updated successfully, but these errors were encountered:
rexemin
Successfully merging a pull request may close this issue.
Ansible module functional test case
test_zos_copy_func.py
Enabler description
Module
zos_fetch
is used in the identified test casetest_zos_copy_func.py
that results in several behaviors that this issue will change:zos_fetch
change, which is detected by our dependency finder.See the following is a sample code:
The text was updated successfully, but these errors were encountered: