5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
{% if grains['os'] == 'Raspbian' %}
|
|
include:
|
|
- .raspberrypi
|
|
{% endif %}
|