Добавить roles/portainer/handlers/main.yml

This commit is contained in:
zailon 2026-05-27 14:04:21 +05:00
parent 805090c934
commit cc97333c26

View File

@ -0,0 +1,6 @@
---
- name: Restart Portainer
command: docker compose up -d
args:
chdir: "{{ portainer_compose_dir }}"
become: yes