diff --git a/templates/README.md.j2 b/templates/README.md.j2 index 694d087..be5335b 100644 --- a/templates/README.md.j2 +++ b/templates/README.md.j2 @@ -54,6 +54,17 @@ The following roles can be installed to ensure all requirements are met, using ` {{ requirements.content | b64decode }} ``` +{% if meta.dependencies %} +Dependencies +------------ + +Most roles require some kind of preparation, this is done in `molecule/default/prepare.yml`. This role has a "hard" dependency on the following roles: + +{% for dependency in meta.dependencies %} +- {{ dependency }} +{% endfor %} +{% endif %} + Context -------