use systemd to make portainer persistent
This commit is contained in:
8
roles/podman/handlers/main.yml
Normal file
8
roles/podman/handlers/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# handlers file for roles/podman
|
||||
|
||||
- name: Reload systemd and restart Portainer pod
|
||||
ansible.builtin.systemd:
|
||||
name: pod-portainer.service
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
Reference in New Issue
Block a user