Skip to content
New issue

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

Fix lookup error in hostvars if ansible_hostname != FQDN #16

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

NeoLeMarc
Copy link
Contributor

if hostname on target machine is not set to FQDN, using ansible_hostname as an index to hostvars will lead to an undefined key error. -> Fixed by using inventory_hostname instead.

as an index to hostvars will lead to an undefined key error.
@CLAassistant
Copy link

CLAassistant commented Sep 3, 2020

CLA assistant check
All committers have signed the CLA.

@jschaul
Copy link
Member

jschaul commented Sep 7, 2020

Thanks!

@jschaul jschaul merged commit 81e61dd into wireapp:master Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants