string compare

This commit is contained in:
2020-05-24 15:36:04 +02:00
parent 545a14616f
commit c37c2c5169

View File

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