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
Get the following error: TASK [lean_delivery.oracle_db : Get value of install_group] ******************** skipping: [qa191.blujay.global] => (item=inventory_loc=/u01/app/oraInventory) failed: [qa191.blujay.global] (item=inst_group=oinstall) => {"ansible_loop_var": "item", "changed": false, "item": "inst_group=oinstall", "msg": "The variable name 'oracledb.install_group' is not valid. Variables must start with a letter or underscore character, and contain only letters, numbers and underscores."}
EXPECTED RESULTS
Your role should work. Moreover you should have tests so that users don't need to report such bugs.
ACTUAL RESULTS
Already provided
The text was updated successfully, but these errors were encountered:
SUMMARY
2.10.3 version of Ansible finds this variable defined with invalid name.
ISSUE TYPE
COMPONENT NAME
No idea what you need here. You already have all required details.
ANSIBLE VERSION
CONFIGURATION
Nothing
OS / ENVIRONMENT
MacOS 10.15.6
STEPS TO REPRODUCE
ansible-galaxy install lean_delivery.oracle_db
TASK [lean_delivery.oracle_db : Get value of install_group] ******************** skipping: [qa191.blujay.global] => (item=inventory_loc=/u01/app/oraInventory) failed: [qa191.blujay.global] (item=inst_group=oinstall) => {"ansible_loop_var": "item", "changed": false, "item": "inst_group=oinstall", "msg": "The variable name 'oracledb.install_group' is not valid. Variables must start with a letter or underscore character, and contain only letters, numbers and underscores."}
EXPECTED RESULTS
Your role should work. Moreover you should have tests so that users don't need to report such bugs.
ACTUAL RESULTS
Already provided
The text was updated successfully, but these errors were encountered: