mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07:00
(cherry picked from commit e1cfa13a1b
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
62c62017fe
commit
0e1b6ba5b2
3 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
dependencies:
|
||||
- setup_pkg_mgr
|
||||
- setup_remote_constraints
|
||||
|
|
|
@ -47,6 +47,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