mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
(cherry picked from commit e1cfa13a1b
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5386f7d8cd
commit
42854887eb
3 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
dependencies:
|
||||
- setup_pkg_mgr
|
||||
- setup_remote_constraints
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
pip:
|
||||
name: "{{ item }}"
|
||||
virtualenv: "{{ process_venv }}"
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
loop:
|
||||
- setuptools==44
|
||||
- python-daemon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue