Add constraints to pip install in setup_docker.
(cherry picked from commit 14da4d66f2
)
This commit is contained in:
parent
c0b0dd7e6e
commit
62914e04be
1 changed files with 1 additions and 0 deletions
|
@ -16,3 +16,4 @@
|
|||
pip:
|
||||
state: present
|
||||
name: 'docker{{ extra_packages }}'
|
||||
extra_args: "-c {{ role_path }}/../../../runner/requirements/constraints.txt"
|
||||
|
|
Loading…
Reference in a new issue