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
Async support for zos_archive is weak, meaning, could be implemented if user is archiving a large amount of data sets, to avoid SSH time out.
Goal of this task is to implement async support for zos_archive.
async
zos_archive
Ivan already implemented this in zos_job_submit, you can check his PR [here](#1786).
zos_job_submit
Review [async docs](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_async.html).
The text was updated successfully, but these errors were encountered:
IBMAnsibleHelper
No branches or pull requests
Is there an existing issue for this?
Enhancement or feature description
Async support for zos_archive is weak, meaning, could be implemented if user is archiving a large amount of data sets, to avoid SSH time out.
Goal of this task is to implement
async
support forzos_archive
.Ivan already implemented this in
zos_job_submit
, you can check his PR [here](#1786).Review [async docs](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_async.html).
Ansible module
zos_archive
The text was updated successfully, but these errors were encountered: