12 lines
178 B
Text
12 lines
178 B
Text
|
base:
|
||
|
'*':
|
||
|
- vim
|
||
|
- base
|
||
|
{% if 'roles' in grains %}
|
||
|
{% for role in grains['roles'] %}
|
||
|
'roles:{{ role }}':
|
||
|
- match: grain
|
||
|
- {{ role }}
|
||
|
{% endfor %}
|
||
|
{% endif %}
|