Skip to content

Commit

Permalink
Merge pull request #172 from konstruktoid/urllib
Browse files Browse the repository at this point in the history
pin urllib
  • Loading branch information
konstruktoid authored Jun 28, 2023
2 parents 2747dc6 + 9f889ef commit ed94490
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@

- name: Install python3 docker
ansible.builtin.pip:
name: docker
name:
- docker
- urllib3<2
state: present
tags:
- docker
Expand Down

0 comments on commit ed94490

Please sign in to comment.