mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - update swarm task for debian 12
This commit is contained in:
parent
690782174c
commit
24ec736afa
1 changed files with 2 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue