Disable python docker package

This commit is contained in:
2025-12-13 09:51:49 +03:00
parent 7d6ef77e64
commit 1b75ddaef2

View File

@@ -7,9 +7,9 @@
- vars/secrets.yml
tasks:
- name: "Install python docker lib from pip"
ansible.builtin.pip:
name: docker
# - name: "Install python docker lib from pip"
# ansible.builtin.pip:
# name: docker
- name: "Install docker"
ansible.builtin.import_role: