Création du fichier

This commit is contained in:
Iwan Clément
2018-11-07 14:41:35 +00:00
parent a92df41648
commit 5a73e33511

5
linux/d Normal file
View File

@@ -0,0 +1,5 @@
{% if grains['kernel'] == 'Linux' %}
include:
- linux.debian.docker-ce
- linux.centos.docker-ce
{% endif %}