diff options
author | makefunstuff <[email protected]> | 2024-07-18 21:32:36 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-07-18 21:32:36 +0200 |
commit | 806607a58675a3f28694602b16762f9cdd5dac60 (patch) | |
tree | a0fc3b03159e608e115de68785192d2c54480d28 /ansible/roles/caddy/handlers | |
parent | 07822ea3f2239cf9cd3335ad2d7fb0aab7a3e1dc (diff) | |
download | k3s-lab-806607a58675a3f28694602b16762f9cdd5dac60.tar.gz |
ansible
Diffstat (limited to 'ansible/roles/caddy/handlers')
-rw-r--r-- | ansible/roles/caddy/handlers/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/roles/caddy/handlers/main.yml b/ansible/roles/caddy/handlers/main.yml new file mode 100644 index 0000000..f265424 --- /dev/null +++ b/ansible/roles/caddy/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: Reload Caddy + systemd: + name: caddy + state: reloaded + |