fix: Add Restart Nginx handler to network role
This commit is contained in:
parent
2f29cb006b
commit
df85dd8747
5
playbooks/roles/network/handlers/main.yml
Normal file
5
playbooks/roles/network/handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Restart Nginx
|
||||
ansible.builtin.shell:
|
||||
cmd: podman restart {{ nginx_proxy_manager_container_name }}
|
||||
become: true
|
||||
Loading…
x
Reference in New Issue
Block a user