-
Notifications
You must be signed in to change notification settings - Fork 31
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
ERROR! failed to combine variables, expected dicts but got a 'NoneType' and a 'AnsibleMapping' #121
Comments
this was finally fixed by renaming |
Hey sorry for the error. What did you rename them to? That refactor wasn't supposed to break anything. |
another workaround is to just uncomment one of the root object in these 2 files, like |
I renamed to .yml_ |
Thanks, do you happen to have |
no I don't. Should I ? |
Apparently not, I guess they warn against it because it could cause issues like this. I just googled it to see. I think your solution could work, I'm just trying to replicate and see what else there could be. |
OK -with 2.9.6 and even 2.9.25 I can replicate. I think I was running some version of 2.10.X initially. The CI doesn't fail, but I think that just pulles the latest from pip. I'll submit a patch that fixes this. Thanks for the ticket! |
Great. Once patched I will update our integration in az-hop https://github.com/Azure/az-hop |
This is the commit which break it ff47d41#diff-b1c30208e6f787fbea32fc69cf64d04054d0aac81275dc8da5b217a954072ccd splitting in many files the main one, ending into empty files (from an ansible variable view) |
Yep. I just published |
first deployments looks good |
Trying to move from 1.8.1 to 2.0.2 I was unable to successfully run my playbook including the ood-ansible role.
The full error being
this is using ansible 2.9.6 on ubuntu 20.4
The text was updated successfully, but these errors were encountered: