Files

7 lines
104 B
YAML
Raw Permalink Normal View History

2026-07-06 16:45:51 +02:00
---
- name: Restart Caddy
ansible.builtin.systemd:
name: caddy
state: restarted
become: yes