This commit is contained in:
commit
ce0eb65c8e
36 changed files with 946 additions and 0 deletions
9
roles/podman_link/handlers/main.yml
Normal file
9
roles/podman_link/handlers/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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 }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue