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

check if ansible_domain is empty #312

Closed marde16 closed 9 months ago

marde16 commented 11 months ago

When the ansible fact variable ansible_domain is empty the playbook sets the WAS SSO domain as follows: .;.mydomain.com

To avoid this setting a check of the ansible variable is added.

Fix #302