refactor: yml -> yaml
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
11
roles/reverse_proxy/handlers/main.yaml
Normal file
11
roles/reverse_proxy/handlers/main.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user