ci/cd - update swarm task for debian 12

This commit is contained in:
fl0ppy-d1sk 2024-03-07 11:34:17 +01:00
parent 690782174c
commit 24ec736afa
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -6,8 +6,6 @@
- python3-pip
- virtualenv
- python3-setuptools
- python
- python-setuptools
- name: Upgrade pip3
pip:
@ -17,17 +15,10 @@
- name: Install dockerpy for py3
pip:
name: docker[tls]
name: docker
state: forcereinstall
executable: pip3
version: "6.1.3"
# - name: Pin version for urllib
# pip:
# name: urllib3<2
# state: forcereinstall
# executable: pip3
# extra_args:
version: "7.0.0"
- name: Add IP address of all hosts to all hosts
lineinfile: