fix: add missing python dependency python3-requests
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-10-16 22:36:16 +02:00
parent 2a896e275c
commit c4cb4a19d9
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ dockerengine_packages:
- docker-ce
- docker-ce-cli
- containerd.io
- python3-requests
dockerengine_service: docker

View File

@ -12,7 +12,6 @@
- name: Ensure to remove old docker packages
ansible.builtin.package:
name:
- python3-requests
- docker
- docker-common
- docker-engine