HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible
Apache License 2.0
17 stars 31 forks source link

db2_wizards variables not used #285

Closed marde16 closed 11 months ago

marde16 commented 1 year ago

The role connections-wizards contains not used variables. https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/hcl/connections-wizards/vars/main.yml#L2-L3

The variable "db2_wizards_download_locaiton" has a typo and isn't used in the connections wizard role.

The variable "db2_wizards_package_name" isn't used, too.

I got the following output when I grep for these variables:

grep -R "db2_wizards_download_locaiton" roles/hcl/connections-wizards/vars/main.yml:db2_wizards_download_locaiton: "{{ connections_wizards_download_location }}"

grep -R "db2_wizards_package_name"
roles/hcl/connections-wizards/vars/main.yml:db2_wizards_package_name: "{{ connections_wizards_package_name }}"

sabrina-yee commented 1 year ago

Thanks, will remove in next push.

marde16 commented 11 months ago

Fixed in July 2023 cnx8 CR3 release (#304)