diff --git a/update b/update index 92fbdb5..3e0c715 100644 --- a/update +++ b/update @@ -1,2 +1,4 @@ -include: - - linux.update \ No newline at end of file +{% if grains['kernel'] == 'linux' %} + include: + - linux.update +{% endif %} \ No newline at end of file