-
Notifications
You must be signed in to change notification settings - Fork 26
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
'ansible.vars.hostvars.HostVarsVars object' has no attribute 'ansible_ssh_host' #161
Comments
oh dang, i was searching for this on SO but i guess not hard enough. i'll make a PR to fix that. thanks! |
|
looks like (per that SO post) |
Have a look at this reasoning: #118 It looks like the But that was a long time ago and I don't recall exactly what was really wrong. |
ah ok. i ran into issues trying to put a hostname into the (updated) Maybe it would be nice to include the snippet of code from #118 in the cfg file as a comment? or maybe somehow automate the creation of that variable if it isnt present?
|
Feel free to try it out and see if you can get it automatically in the config. |
When trying to set up KNIX via ansible, i noticed the following error in the debug section of the
riak.log
file:this seems to cause a generic failure with not a lot of logs visible in make after the failure of
TriggersFrontend
to build (see #160), but :Could this maybe be some issue with newer versions of ansible?
im using ansible 2.10.8 with python 3.10.12 on a linux host
The text was updated successfully, but these errors were encountered: