using hardware grain

This commit is contained in:
2020-06-07 15:37:19 +02:00
parent 3df5af7f13
commit 6aa516892c

View File

@@ -1,4 +1,4 @@
{% if grains['os'] == 'Raspbian' %}
{% if grains['hardware'] == 'RaspberryPi' %}
include:
- .raspberrypi
{% endif %}