repos galore!

This commit is contained in:
do
2020-10-22 20:57:17 +02:00
parent 9531cf694c
commit bfade616aa
9 changed files with 50 additions and 18 deletions

View File

@@ -3,3 +3,11 @@ include:
{% if grains['hardware'] == 'RaspberryPi' %}
- .raspberrypi
{% endif %}
{% if grains['hardware'] == 'Pine64' %}
- .pine64
{% endif %}
{% if grains['hardware'] == 'Espressobin' %}
- .espressobin
{% endif %}