From e574adbc8abb50c1954a47a612c02efcfd40a652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 3 Apr 2018 18:33:21 +0000 Subject: [PATCH] Update 'update' --- update | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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