Ajout de la mise à jour de Windows

This commit is contained in:
2018-04-30 00:22:21 +02:00
parent 0037e51aa2
commit cfc251ad5a
2 changed files with 22 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
{% if grains['kernel'] == 'Linux' %}
include:
- linux.update
{% endif %}
{% elif grains['kernel'] == 'Windows' }
include:
- windows.update
{% endif %}