fix: Add Restart Nginx handler to network role

This commit is contained in:
Tobias J. Endres 2025-09-02 21:33:13 +02:00
parent 2f29cb006b
commit df85dd8747

View File

@ -0,0 +1,5 @@
---
- name: Restart Nginx
ansible.builtin.shell:
cmd: podman restart {{ nginx_proxy_manager_container_name }}
become: true