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:
Matt Clay
2018-10-18 13:05:29 -07:00
committed by GitHub
parent 19416a1343
commit f74f7b0373
2 changed files with 2 additions and 0 deletions

View File

@@ -17,3 +17,4 @@
- name: 'Install hvac Python package'
pip:
name: "{{ hvac_package|default('hvac') }}"
extra_args: "-c {{ playbook_dir }}/../../../../runner/requirements/constraints.txt"