Ketan Kelkar
Ketan Kelkar
Some questions or requested changes may arise from the community regarding the proposed changes.
This item is a only placeholder. There is an expectation for some delay while the community reviews the proposed changes. There is no real work identified in this item beyond...
The [ssh connection plugin](https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/connection/ssh.py) has functions [put_file](https://github.com/ansible/ansible/blob/61e18572bbee2431b71bcfdb8e5f74dacda98325/lib/ansible/plugins/connection/ssh.py#L1343) and [fetch_file](https://github.com/ansible/ansible/blob/61e18572bbee2431b71bcfdb8e5f74dacda98325/lib/ansible/plugins/connection/ssh.py#L1359). Determine if there's scope to handle tags for z/OS UNIX files. - Perhaps `put_file` can tag the file after copying it...
### Bug description I have a playbook task which calls `LISTCAT` on a non-existent data set. I'd expect to get an `rc=4`. The inconsistency in behavior is: if `verbose: True`...
Get feedback from key IBM stakeholders.
### Bug description I have a playbook where I: - create a data set. - invoke `zos_mvs_raw` to `LISTCAT` the data set - delete the data set. With or without...
This item is a only placeholder. There is an expectation for some delay while the community reviews the proposed changes. There is no real work identified in this item beyond...
Some questions or requested changes may arise from the community regarding the proposed changes.