Suppression Docker previous

This commit is contained in:
2018-05-12 16:16:33 +02:00
parent f83db744f9
commit c606f71373

View File

@@ -0,0 +1,7 @@
{% if grains['kernel'] == 'Linux' %}
Suppression de docker non CE:
pkg.purged:
- pkgs:
- docker
- docker-compose
{% endif %}