We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In
community.sap_install/roles/sap_maintain_etc_hosts/tasks/update_host_present.yml
Line 22 in 5a790ac
Line 28 in 5a790ac
However, the assertion checks for the variable named __sap_maintain_etc_hosts_domain. This is set in:
__sap_maintain_etc_hosts_domain
Line 19 in 5a790ac
thishost.node_domain
sap_domain
ansible_domain
but not domain_name.
domain_name
An updated message should take into account the case of this role being called from another role, so maybe it needs to be more generic.
The text was updated successfully, but these errors were encountered:
sap_maintain_etc_hosts: Fix wrong assert messages
5ec64dd
Solves issue sap-linuxlab#662. Signed-off-by: Bernd Finger <[email protected]>
sap_maintain_etc_hosts: Fix wrong assert messages also for absent hosts
f2b3d91
Relates to sap-linuxlab#662. Signed-off-by: Bernd Finger <[email protected]>
Solved by #668.
Sorry, something went wrong.
berndfinger
No branches or pull requests
In
community.sap_install/roles/sap_maintain_etc_hosts/tasks/update_host_present.yml
Line 22 in 5a790ac
community.sap_install/roles/sap_maintain_etc_hosts/tasks/update_host_present.yml
Line 28 in 5a790ac
However, the assertion checks for the variable named
__sap_maintain_etc_hosts_domain
. This is set in:community.sap_install/roles/sap_maintain_etc_hosts/tasks/update_host_present.yml
Line 19 in 5a790ac
to be one of:
thishost.node_domain
sap_domain
ansible_domain
but not
domain_name
.An updated message should take into account the case of this role being called from another role, so maybe it needs to be more generic.
The text was updated successfully, but these errors were encountered: