string compare

This commit is contained in:
2020-05-24 15:34:19 +02:00
parent 4dc0f30560
commit 545a14616f

View File

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