replace docker-compose with docker.io
This commit is contained in:
parent
1f24e81f6d
commit
7bf32d90b1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue