diff --git a/states/docker/install.sls b/states/docker/install.sls index ae9724d..6f7f1dc 100644 --- a/states/docker/install.sls +++ b/states/docker/install.sls @@ -3,9 +3,3 @@ docker-pkgs: pkg.installed: - pkgs: {{ docker.pkgs }} - -{%- for pkg in docker.pip_pkgs %} -docker-pip-{{ pkg }}: - pip.installed: - - name: {{ pkg }} -{%- endfor %}