You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fernandofloresg
changed the title
[Bug] [zos_find] Cannot find VSAM index if is not named "INDEX"
[Bug] [zos_find] Cannot find VSAM index or data if it does not end with ".INDEX" or ".DATA" respectively
Nov 4, 2024
Is there an existing issue for this?
Bug description
zos_find will not find a vis index if is not named "INDEX". 'Just changing the name into "KSINDEX" will break it.
Create a VSAM data set with custom INDEX and DATA components
The following is a playbook finding a cluster
this is the result
But when you search for the same INDEX component
The same is true when resource_type is data
This can be modified in the following function :
def _vls_wrapper(pattern, details=False, verbose=False):
dls with option type can be used for this purpose, in the future, ZOAU
vls
will be just a wrapper fordls
IBM z/OS Ansible core Version
v1.12.0-beta.1
IBM Z Open Automation Utilities
v1.3.3
IBM Enterprise Python
v3.11.x (default)
ansible-version
v2.16.x (default)
z/OS version
v2.5 (default)
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: