-
Notifications
You must be signed in to change notification settings - Fork 23
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
[DEPRECATION WARNING]: The comma separated role spec format, use the yaml/explicit format instead #35
Comments
Thanks for reporting. I tried to solve this but it is unclear to me how this new format for role dependencies should look like due to missing documentation. The source code gives some hints but is not very verbose about it. Do you know how to fix this? |
So I think I know what's up. Instead of
Ansible expects now to see
That's gonna be a lot of roles to be updated... |
ansible 2.1 barfs on using the same forms (src: my.fingrole) in a role's meta/main.yml[-dependencies] as in a requirements.yml file. going to live with the warning and specifying role: my.fingrole |
I also stepped over this deprecation warning. When trying to change |
Using
ansible v2.0.2.0
:Related issues:
The text was updated successfully, but these errors were encountered: