ci/cd - pin requests to 2.31.0 to avoid bug in swarm tests

This commit is contained in:
fl0ppy-d1sk 2024-05-27 18:38:57 +02:00
parent f4dfe76669
commit c31076f70a
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -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