# Generally, restarting most services will cause a restart of the stack anyway due to dependencies - name: Restart Link ansible.builtin.systemd_service: name: link.target state: restarted scope: user daemon_reload: true become: true become_user: "{{ podman_link_podman_rootless_user }}"