5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
{% if grains['hardware'] == 'RaspberryPi' %}
|
|
include:
|
|
- .raspberrypi
|
|
{% endif %}
|