-
Notifications
You must be signed in to change notification settings - Fork 71
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
claw-playbook: ERROR! 'debugger' is not a valid attribute for a Play #1293
Comments
i had the same error on vagrant 2.2.4 and ansible 2.8.3 |
@t4k @elizoller Just looking at the documentation for Ansible 2.2 and I see it does support the debugger parameter so it should work. I wonder if it's failing because of something else failing. If you remove the line does it finish building? |
Yes, everything worked perfectly with that single line commented out. |
Looks like it requires Ansible 2.5 and a name attribute. There is no name attribute in this section of the file. |
Maybe an Ansible |
Interesting. I just created a PR for this. |
Sorry, this might be a dumb question but why would we want to force it to behave like a previous version of vagrant? Isn't that what compatibility mode does? |
I believe so, that's how I read it. |
Are we good to close this one? |
Vagrant 2.2.3
Ansible 2.4.2.0
vagrant up
I was able to get past the error by commenting out line 5 in
solr.yaml
:The text was updated successfully, but these errors were encountered: