-
Notifications
You must be signed in to change notification settings - Fork 663
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
Molecule verify failed with "AttributeError: 'PlaybookCLI' object has no attribute 'base_parser'" #2083
Comments
Same situation here, I tried forcing |
One temporary fix is to |
@coaxial, Your workaround solves this issue. |
For sure, this is a workaround if you don't want to wait around for a patch that solves the issue and keep working in the meantime. |
Yep, from what I've been messing around with, |
Is the latest testinfra compatible with molecule? |
The latest testinfra is compatible with molecule, and vice versa. molecule is currently using the latest testinfra on master starting with the merge of #2034, and this issue should be fixed with the next release of molecule. |
@codequokka Did you mean to mention me? This seems outside of my expertise :) |
@wilmardo @seandst |
Fixes a [molecule issue](ansible/molecule#2083) preventing Ansible 2.8 to be used, which is required for new additions to this role.
Hi all, @coaxial > One temporary fix is to Working with this version of Molecule will lead to the error:
In order to get the right compatibility I used the following versions of ansible and molecule:
Kind Regards, Rshad |
Issue Type
Molecule and Ansible details
Molecule installation method (one of):
Ansible installation method (one of):
Detail any linters or test runners used:
Desired Behavior
molecule verify should run default test example successfully.
Actual Behaviour
molecule verify failed with "AttributeError: 'PlaybookCLI' object has no attribute 'base_parser'"
The text was updated successfully, but these errors were encountered: