This commit is contained in:
nora 2024-07-01 20:42:57 +02:00
parent cbe0694218
commit f78705074d
2 changed files with 5 additions and 1 deletions

View file

@ -61,6 +61,10 @@
- docker-ce
- docker-ce-cli
- docker-compose-plugin
- name: Ensure docker is started
ansible.builtin.service:
name: docker
state: started
- name: Install caddy
ansible.builtin.apt:
name: caddy