mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
fixes
This commit is contained in:
parent
cbe0694218
commit
f78705074d
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue