mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - pin requests to 2.31.0 to avoid bug in swarm tests
This commit is contained in:
parent
f4dfe76669
commit
c31076f70a
1 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,13 @@
|
|||
executable: pip3
|
||||
version: "7.1.0"
|
||||
|
||||
- name: Install requests for py3
|
||||
pip:
|
||||
name: requests
|
||||
state: forcereinstall
|
||||
executable: pip3
|
||||
version: "2.31.0"
|
||||
|
||||
- name: Add IP address of all hosts to all hosts
|
||||
lineinfile:
|
||||
dest: /etc/hosts
|
||||
|
|
|
|||
Loading…
Reference in a new issue