ansible-collections / ibm_zos_core

Red Hat Ansible Certified Content for IBM Z
77 stars 44 forks source link

[Enhancement] [zos_operator] Validate and/or add support for more special characters in command #1521

Open fernandofloresg opened 4 months ago

fernandofloresg commented 4 months ago

Is there an existing issue for this?

Enhancement or feature description

Support for special characters was adding mainly to address the ones that are used in data set naming like #, @, -, $. But operator commands do support different special characters:

Operator commands may contain the following characters: A to Z 0 to 9 ' # $ & ( ) * + , - . / ¢ < | ! ; ¬ % _ > ? : @ " =

Task is to validate/support these special characters in the operator commands.

Ansible module

zos_operator, zos_operator_action_query

richp405 commented 4 months ago

Research item to find op commands that use these values to create a test suite.