-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] tailscale status task output sometimes fails to parse as json #421
Comments
Hmm, I do have multiple integration tests using Do you have a variable overriding ansible-role-tailscale/tasks/install.yml Line 69 in 48a5ccc
I should really modify that to a role-specific name anyway, that's too generic of a name... but let me know if you can isolate the issue into a reproducible minimal playbook. |
I actually have experienced the same issue. Let me know if/how I could help with troubleshooting/resolving this. This is how it is invoked here:
When ran the second time, the error message is gone. |
What distros/initial operating environments are people seeing this occur with? |
Ubuntu 22.04 |
This should be fixed by #431 , I'll publish a new release soon |
Describe the bug
I'm not certain if this is a bug. I'm running the role like this:
and I'm getting this error:
Everything is dandy when i run it traditionally:
Is this related on how facts get set, and that
include_role
works differently here?The text was updated successfully, but these errors were encountered: