6 lines
131 B
YAML

---
- name: Restart Nginx
ansible.builtin.shell:
cmd: podman restart {{ nginx_proxy_manager_container_name }}
become: true