Hi, I am having issues including a role as a dependency and I am not sure if I am doing something wrong or if I hit a bug.
I am trying to include a role in another role according to the ansible docs that say to make a rundeck/meta/main.yml where I reference krb5 role
rundeck/meta/main.yml
Your yaml doesn't look mine - try this in the meta.yml:
meta/main.yml should be a dictionary, not a list. Drop the dash from “- dependencies:”.
But the error should be nicer, you can make an issue about that
Geoff Webster shamugeoff@gmail.com napisał:
Thanks, that was the issue.
I’ll create an issue for that.