12 lines
200 B
YAML
12 lines
200 B
YAML
---
|
|
- name: Restart caddy service
|
|
ansible.builtin.systemd:
|
|
name: caddy
|
|
state: restarted
|
|
become: true
|
|
|
|
- name: Update apt cache
|
|
ansible.builtin.apt:
|
|
update_cache: true
|
|
become: true
|