Update file main.yml

This commit is contained in:
Administrator 2025-11-20 10:42:25 +00:00
parent 89832f1252
commit 1145678fff

View File

@ -102,9 +102,9 @@
- name: Fail with detailed error message
fail:
msg: |
cAdvisor не удалось запустить {{ inventory_hostname }}.
Порт {{ cadvisor_port }} может использоваться или контейнер выходит из строя.
Подробности смотрите в журналах выше.
cAdvisor failed to start on {{ inventory_hostname }}.
Port {{ cadvisor_port }} might be in use or container is crashing.
Check the logs above for details.
when:
- docker_check.rc == 0