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" - name: "Install dependencies"
ansible.builtin.apt: ansible.builtin.apt:
pkg: pkg:
- docker-compose - docker.io
- apparmor # if not installed, Docker will complain - apparmor # if not installed, Docker will complain
- name: "Create directories for authentik-docker" - name: "Create directories for authentik-docker"