Also for roles that have no requirements.

This commit is contained in:
Robert de Bock 2022-02-07 14:23:30 +01:00
parent d3320be02d
commit bb50e878ce
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ The default values for the variables are set in `defaults/main.yml`:
- pip packages listed in [requirements.txt](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/blob/master/requirements.txt). - pip packages listed in [requirements.txt](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/blob/master/requirements.txt).
{% if requirements is defined %} {% if requirements is defined and requirements.roles is defined %}
## [Status of used roles](#status-of-requirements) ## [Status of used roles](#status-of-requirements)
The following roles are used to prepare a system. You can prepare your system in another way. The following roles are used to prepare a system. You can prepare your system in another way.