Common Module - Fix python packages.. got a little too much

This commit is contained in:
Mike Reeves
2018-09-11 14:22:37 -04:00
parent 3faba1d93f
commit a37dc36af8

View File

@@ -36,8 +36,8 @@ sensorpkgs:
- skip_suggestions: False
- pkgs:
- docker-ce
{% if grains['os'] != 'CentOS' %}
- python-docker
{% if grains['os'] != 'CentOS' %}
- python-m2crypto
{% endif %}