ansible-collection-apps/roles/podman_link/handlers/main.yml
irl ce0eb65c8e
Some checks failed
Ansible Lint Check / lint (push) Failing after 44s
feat: initial commit
2025-11-08 20:55:40 +00:00

9 lines
309 B
YAML

# 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 }}"