switch from docker.io to docker-ce

This commit is contained in:
erebion 2024-07-16 21:58:38 +02:00
parent 9dcf7d7696
commit a8cc1fd810

View file

@ -3,7 +3,7 @@
- name: "Install dependencies"
ansible.builtin.apt:
pkg:
- docker.io
- docker-ce
- name: "Create directories for Pretix and give it access"
ansible.builtin.file: