Add constraints to pip install in setup_docker.

pull/4420/head
Matt Clay 2018-10-18 10:04:39 -07:00
parent 3feb6c9e0f
commit 14da4d66f2
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@
pip:
state: present
name: 'docker{{ extra_packages }}'
extra_args: "-c {{ role_path }}/../../../runner/requirements/constraints.txt"