5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
{% if grains(os) is "Raspbian" %}
|
|
include:
|
|
- .raspberrypi
|
|
{% endif %}
|