We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, instead of the current behaviour:
extra_vars: {ansible_python_interpreter: /usr/bin/python2.7}
Allow the following one via a config setting:
extra_vars: { ansible_python_interpreter: /usr/bin/python2.7 }
Precedence: Rubocop, Prettier
The text was updated successfully, but these errors were encountered:
Thanks for the feature request, I can probably come up with a way to do this. I'll try and get it into the next release if I can get it working.
Sorry, something went wrong.
This ended up being more nasty to implement than I expected, so it didn't make the cut for the recent release. I'll keep trying to get it figured out.
No branches or pull requests
For example, instead of the current behaviour:
Allow the following one via a config setting:
Precedence: Rubocop, Prettier
The text was updated successfully, but these errors were encountered: