Skip to content

Commit

Permalink
Update requests package to python-requests using yum
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne committed Feb 7, 2024
1 parent 2e4ca9f commit aa4923f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
state: absent

- name: Upgrade requests
pip:
name: "requests"
yum:
name: "python-requests"
state: latest

- name: Install Docker SDK for Python
Expand Down

0 comments on commit aa4923f

Please sign in to comment.