Common Module - Fix python packages

This commit is contained in:
Mike Reeves
2018-09-11 15:46:09 -04:00
parent a37dc36af8
commit 4af7b1cea7

View File

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