Skip to content

Commit

Permalink
docker: add temp workaround for ansible-collections/community.docker#611
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed May 3, 2023
1 parent bd50a98 commit ae83468
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
# GNU General Public License v3.0 #
#########################################################################
---
# Temporary workaround for https://github.com/ansible-collections/community.docker/issues/611
- name: Install version locked websocket-client, requests and urllib3
ansible.builtin.pip:
name:
- websocket-client==0.59.0
- requests==2.28.2
- urllib3==1.26.15

- name: Check filesystem of '/var/lib/' path
ansible.builtin.shell: stat -f -c %T /var/lib/
register: var_lib_file_system
Expand Down

0 comments on commit ae83468

Please sign in to comment.