13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
include:
|
|
- .common
|
|
{% if grains['hardware'] == 'RaspberryPi' %}
|
|
- .raspberrypi
|
|
{% endif %}
|
|
|
|
#{% if grains['hardware'] == 'Pine64' %}
|
|
# - .pine64
|
|
#{% endif %}
|
|
|
|
{% if grains['hardware'] == 'Espressobin' %}
|
|
- .espressobin
|
|
{% endif %} |