6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
{% if grains['os_flavor'] == 'Armbian' %}
|
|
include:
|
|
- .armbian
|
|
{% endif %}
|
|
|