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
Running the following sample in a list fails
- name: Check VSAM allocation ibm.ibm_zos_core.zos_operator: cmd: - "D GRS,RES=(SYSDSN,''CICSUSER.LP01CIC1.EXMPCAT'')" ignore_errors: true register: eqResult
With the following error :
fatal: [zceeZosLpar]: FAILED! => {"changed": false, "msg": "An unexpected error occurred: [ZOAUResponse]\n\trc: 1\n\treponse_format: UTF-8\n\tstdout_response: \n\tstderr_response: \n\tcommand: opercmd -T 100 -w -- \"[\"D GRS,RES=(SYSDSN,'CICSUSER.LP01CIC1.EXMPCAT'')\"] \""}
But executing it as a string works ok
- name: Check VSAM allocation ibm.ibm_zos_core.zos_operator: cmd: "D GRS,RES=(SYSDSN,CICSUSER.LP01CIC1.EXMPCAT)" ignore_errors: true register: eqResult
Can check more in thread : /archives/CSLEJ8VGV/p1732740813664929
all the examples on the doc page show cmd on line with - after commands: https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/modules/zos_tso_command.html#examples
v1.11.0
v1.3.1
v3.11.x
v2.14.x
v2.5
No response
group_vars
host_vars
The text was updated successfully, but these errors were encountered:
IBMAnsibleHelper
No branches or pull requests
Is there an existing issue for this?
Bug description
Running the following sample in a list fails
With the following error :
But executing it as a string works ok
Can check more in thread : /archives/CSLEJ8VGV/p1732740813664929
all the examples on the doc page show cmd on line with - after commands:
https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/modules/zos_tso_command.html#examples
IBM z/OS Ansible core Version
v1.11.0
IBM Z Open Automation Utilities
v1.3.1
IBM Enterprise Python
v3.11.x
ansible-version
v2.14.x
z/OS version
v2.5
Ansible module
No response
Playbook verbosity output.
No response
Ansible configuration.
No response
Contents of the inventory
No response
Contents of
group_vars
orhost_vars
No response
The text was updated successfully, but these errors were encountered: