Skip to content

Commit

Permalink
#243 stupid test to remove OS-installed python3-requests before insta…
Browse files Browse the repository at this point in the history
…lling docker-compose et alia
  • Loading branch information
Don Sizemore committed May 13, 2024
1 parent fb139f3 commit 9feeaf4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
executable: pip3
state: latest

- name: stupid test to remove python3-requests
ansible.builtin.package:
name: python3-requests
state: absent

- name: and docker-compose python package
ansible.builtin.pip:
name: ['docker-py','docker-compose']
Expand Down

0 comments on commit 9feeaf4

Please sign in to comment.