9 lines
286 B
YAML
9 lines
286 B
YAML
|
|
---
|
||
|
|
# Fires once at the end of the play, however many sites notified it.
|
||
|
|
# Anything later in the same play that needs the new config live must be
|
||
|
|
# preceded by `- ansible.builtin.meta: flush_handlers`.
|
||
|
|
- name: Reload caddy
|
||
|
|
ansible.builtin.systemd:
|
||
|
|
name: caddy
|
||
|
|
state: reloaded
|