mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
Add constraints to pip install in setup_docker.
This commit is contained in:
parent
3feb6c9e0f
commit
14da4d66f2
1 changed files with 1 additions and 0 deletions
|
@ -16,3 +16,4 @@
|
||||||
pip:
|
pip:
|
||||||
state: present
|
state: present
|
||||||
name: 'docker{{ extra_packages }}'
|
name: 'docker{{ extra_packages }}'
|
||||||
|
extra_args: "-c {{ role_path }}/../../../runner/requirements/constraints.txt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue