EdwardMcCarthy
EdwardMcCarthy
as a workaround you can use throttle option like this - name: "{{nodeType }} STC running check using cmd" delegate_to: zceeZosLpar ibm.ibm_zos_core.zos_operator: cmd: "$D JQ''{{ lookup('vars', inventory_hostname).nodeName|upper }}''" register: bc2Result...
for my case - I am only running one playbook, so works fine, for multiple playbooks - with same uid to same zOS - throttle won't be applicable since that's...
I originally came across this issue some thoughts... 1. ideally the solution should have a a way to have the cmd passed where no escaping is done, so don't get...
Hi Appreciate it’s a tricky issue. Re - This would mean users don't have to escape anything, but would add overhead to the execution time and possibly regular module maintenance...