IBM / ansible-for-i

the tool is to provide several customized modules for Ansible to manage IBM i systems.
GNU General Public License v3.0
54 stars 52 forks source link

Added is_cmd5250 parameter to ibmi_cl_command.py #184

Open syahrul-aiman opened 5 months ago

syahrul-aiman commented 5 months ago

Referring to issue https://github.com/IBM/ansible-for-i/issues/165

Added is_cmd5250 parameter to ibmi_cl_command.py to explicitly run the command using the run_command module instead of itoolkit_run_command_once module.

robgjertsen1 commented 4 months ago

Will consider for next release.