Ketan Kelkar

Results 28 issues of Ketan Kelkar

### Is there an existing issue for this? - [X] There are no existing issues. ### Bug description TL;DR: `zos_copy` will always copy temporary files to `/tmp/`. If a user...

Bug
In Plan

Currently, an Ansible user must set about 10 environment variables in order to target a z/OS managed node. ```yml environment: _BPXK_AUTOCVT: "ON" _CEE_RUNOPTS: "FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)" _TAG_REDIR_ERR: "txt" _TAG_REDIR_IN: "txt" _TAG_REDIR_OUT:...

Epic

Primarily due to the differences in the base environmental assumptions of z/OS UNIX and other popular distributed platforms, the Ansible community code yields sub-optimal results in certain scenarios when used...

Epic

The `ansible.builtin.blockinfile module does not currently support file operations for files not encoded in UTF-8. This means that the module does not work for files encoded in EBCDIC. There is...

Epic

The `ansible.builtin.lineinfile` module does not currently support file operations for files not encoded in UTF-8. This means that the module does not work for files encoded in EBCDIC. There is...

Epic

A section detailing how to use Ansible with Window and BSD currently exists in the Ansible community docs. link- https://docs.ansible.com/ansible/latest/os_guide/index.html#using-ansible-on-windows-and-bsd Given this, it may make sense for a z/OS presence...

Epic

The content currently in the Ansible community FAQ section is out of date. link- https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#running-on-z-os That section has been identified as a good place for introducing content about using Ansible...

In Plan
Collaboration
Epic

Draft the content for a new section similar to the [Using Ansible on Windows and BSD](https://docs.ansible.com/ansible/latest/os_guide/index.html#using-ansible-on-windows-and-bsd) page. Intention- > In this section we would inform users of the required environment...

In Plan
Collaboration

There may be some scenarios where a non-zero return code is still considered ok/successful by the playbook user. Add a module option `max_rc` similar to [zos_job_submit](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/modules/zos_job_submit.html). A number of re-creates:...

Enhancement
Backlog