No need for Python Docker bindings since we use Docker cmd

This commit is contained in:
Sam A. 2023-10-04 22:02:11 +02:00
parent 2966e6715b
commit 15fa5d6215
Signed by untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 0 additions and 10 deletions

View File

@ -17,16 +17,6 @@
name: docker-ce
state: present
- name: install docker python bindings
pip:
executable: pip3
name: "{{ packages }}"
state: present
vars:
packages:
- docker
- docker-compose
- name: Configure cron job to prune unused Docker data weekly
cron:
name: Prune unused Docker data