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

Deprecated special variable used #288

Open marde16 opened 1 year ago

marde16 commented 1 year ago

The special variable play_hosts is deprecated.

https://docs.ansible.com/ansible/latest/reference_appendices/special_variables.html#term-play_hosts

play_hosts Deprecated, the same as ansible_play_batch

used in all precheck_DB2_version files.

db2-install https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/db2-install/tasks/precheck_DB2_version.yml#L40

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/db2-install/tasks/precheck_DB2_version.yml#L54

tdi-install https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/tdi-install/tasks/precheck_DB2_version.yml#L27

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/third_party/ibm/tdi-install/tasks/precheck_DB2_version.yml#L37

Connections https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/hcl/connections/tasks/precheck_DB2_version.yml#L28

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/hcl/connections/tasks/precheck_DB2_version.yml#L38

Connections - mt https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/hcl/connections/mt/tasks/precheck_DB2_version.yml#L28

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/hcl/connections/mt/tasks/precheck_DB2_version.yml#L38

Connections-wizards https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/hcl/connections-wizards/tasks/precheck_DB2_version.yml#L28

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/hcl/connections-wizards/tasks/precheck_DB2_version.yml#L38

Docs https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/hcl/docs/tasks/precheck_DB2_version.yml#L29

https://github.com/HCL-TECH-SOFTWARE/connections-automation/blob/4e0466a74b400835172d5a83c70ffcbac7e62c4f/roles/hcl/docs/tasks/precheck_DB2_version.yml#L40

nitinjagjivan commented 1 year ago

Acknowledged. Internal wi created.