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"
|
- 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"
|
||||||
|
|
Loading…
Reference in a new issue