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