ibm_zos_core icon indicating copy to clipboard operation
ibm_zos_core copied to clipboard

[Enhancement] [zos_job_submit, zos_job_output, zos_job_query] Add type attribute in return values

Open fernandofloresg opened this issue 7 months ago • 0 comments

Is there an existing issue for this?

  • [X] There are no existing issues.

Enhancement or feature description

Since ZOAU 1.3.2, jls returns a type value when fetching a detailed list.

Type of address space. Can be one of the following types:

  • APPC : APPC Initiator.
  • JGRP : JOBGROUP.
  • JOB : Batch job.
  • STC : Started task.
  • TSU : Time sharing user.
  • ? : Unknown or pending.

See documentation here. Review JIRA NAZARE-10460

User story:

As a user I want to retrieve the type of a job so that I can use that information to decide on my playbook.

Ansible module

zos_job_output, zos_job_query, zos_job_submit

fernandofloresg avatar Jul 15 '24 20:07 fernandofloresg