List dependencies explicitly.
This commit is contained in:
parent
c695bc6690
commit
c60209735a
|
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue