-
-
Notifications
You must be signed in to change notification settings - Fork 480
Error undefined variable dict object #414
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
Comments
I also ran `The full traceback is: During handling of the above exception, another exception occurred: Traceback (most recent call last): |
You might have a problem with your |
[internet_pi] Comment out the previous line and uncomment this to run inside Raspberry Pi. (there is a # where it says comment out the previous line it just confused github) |
Ok, this might be your problem. There are two options:
Just changing the IP address 10.0.100.52 to 192.168.0.5.
Commenting out the second line and uncommenting the last line, without changing 127.0.0.1 (localhost). |
Thanks! And sorry for the late reply I cought covid lol |
Uh oh!
There was an error while loading. Please reload this page.
So I have been trying to setup internet-pi on my Pi 3b and after running
ansible-playbook main.yml
I get the error"
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: 'dict object' has no attribute 'default_ipv4' fatal: [xxx.xxx.x.xxx]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'default_ipv4'"}
"
I'm new to Raspberry Pi's and Docker so sorry if this is a stupid question
The text was updated successfully, but these errors were encountered: