switch from docker.io to docker-ce
This commit is contained in:
parent
9dcf7d7696
commit
a8cc1fd810
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue