ansible-for-i icon indicating copy to clipboard operation
ansible-for-i copied to clipboard

ibmi_cl_command return value job_name empty

Open ShibuyaHao opened this issue 11 months ago • 0 comments

Hi, I get empty return value on "job_name": "" when I run my task below. Anyone know why?

tasks:

  • name: test ibm.power_ibmi.ibmi_cl_command: cmd: 'DSPMSG MSGQ(QSYSOPR)' register: job

Output: {"changed": false, "cmd": "DSPMSG MSGQ(QSYSOPR)", "delta": "0:00:00.448407", "end": "2024-03-18 15:42:01.670194", "job_log": [], "job_name": "", "joblog": false, "rc": 0, "start": "2024-03-18 15:42:01.221787", "stderr": "", "stderr_lines": [], "stdout": "CPC9802: Printer output created

Best Regards Sihao

ShibuyaHao avatar Mar 18 '24 14:03 ShibuyaHao