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

This commit is contained in:
zailon 2026-05-27 12:18:39 +05:00
parent 7cd30f1360
commit a3f45d5ce9

View File

@ -0,0 +1,6 @@
---
- name: Restart Portainer Agent
command: docker compose up -d
args:
chdir: /opt/portainer-agent
become: yes