NFS, zfs, samba and docker

This commit is contained in:
git
2024-02-13 13:04:02 +01:00
parent ec0a0774a7
commit 77dffb383d
67 changed files with 831 additions and 30 deletions

View File

@@ -96,3 +96,9 @@
- include_tasks: docker-users.yml
when: at_least_one_user_to_modify is defined
- name: Install docker python package
ansible.builtin.pip:
name: docker
extra_args: "--break-system-packages"