mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add constraint for requests on python 2.6. (#47306)
* Add constraint for requests on python 2.6. * Use constraints in lookup_hashi_vault test.
This commit is contained in:
@@ -17,3 +17,4 @@
|
||||
- name: 'Install hvac Python package'
|
||||
pip:
|
||||
name: "{{ hvac_package|default('hvac') }}"
|
||||
extra_args: "-c {{ playbook_dir }}/../../../../runner/requirements/constraints.txt"
|
||||
|
||||
Reference in New Issue
Block a user