Replies: 2 comments
-
Hi @JCzOS. Ansible does support asynchronous playbook tasks unfortunately, the Now for the If you continue to have this problem I encourage you to open a new issue so we can a look into this. |
Beta Was this translation helpful? Give feedback.
-
Hi @JCzOS, the we have added async support for I'm closing this discussion after 60 days of inactivity. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am creating some JCLs using a loop, this JCL is located on USS and I submit them using:
I dont know (and didnt found doc.) about if it is possible to submit all Jcls in paralell.
At this time, jcls are submitted approximately 10 minutes apart from one to the next. And Any job is around 2 minutes.
I am also not able to use wait_time_s in rigth way, I am always facing this issue:
failed: [lrdtts02] (item=bindpla1.jcl) => {"ansible_loop_var": "item", "changed": false, "duration": 46, "item": "bindpla1.jcl", "job_id": null, "msg": "The job /u/ibmuser/jcls/bindpla1.jcl has been submitted and no job id was returned within the allocated time of 86400 seconds. Without the job id, the error can not be determined, consider using module
zos_job_query
to poll for the job by name or review the system log for purged jobs resulting from an abend."}failed: [lrdtts02] (item=bindpla2.jcl) => {"ansible_loop_var": "item", "changed": false, "duration": 56, "item": "bindpla2.jcl", "job_id": null, "msg": "The job /u/ibmuser/jcls/bindpla2.jcl has been submitted and no job id was returned within the allocated time of 86400 seconds. Without the job id, the error can not be determined, consider using module
zos_job_query
to poll for the job by name or review the system log for purged jobs resulting from an abend."}Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions