replace docker-compose with docker.io

This commit is contained in:
erebion 2022-12-18 12:02:02 +01:00
parent 1f24e81f6d
commit 7bf32d90b1

View file

@ -3,7 +3,7 @@
- name: "Install dependencies"
ansible.builtin.apt:
pkg:
- docker-compose
- docker.io
- apparmor # if not installed, Docker will complain
- name: "Create directories for authentik-docker"