Skip to content

Commit

Permalink
[#187641848] Allow requests version to be pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
eifelmicha committed May 21, 2024
1 parent 1fbca89 commit 51ed9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ _ansible:
ansible_version: ""
jinja2_version: ""
markupsafe_version: ""
requests_version: ""
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
- boto3
- passlib
- "Jinja2{{ _ansible.jinja2_version | default('') }}"
- "requests{{ _ansible.requests_version | default('') }}"
- "ansible-core{{ _ansible.ansible_version | default('') }}"

0 comments on commit 51ed9af

Please sign in to comment.