Update file main.yml
This commit is contained in:
parent
89832f1252
commit
1145678fff
@ -102,9 +102,9 @@
|
|||||||
- name: Fail with detailed error message
|
- name: Fail with detailed error message
|
||||||
fail:
|
fail:
|
||||||
msg: |
|
msg: |
|
||||||
cAdvisor не удалось запустить {{ inventory_hostname }}.
|
cAdvisor failed to start on {{ inventory_hostname }}.
|
||||||
Порт {{ cadvisor_port }} может использоваться или контейнер выходит из строя.
|
Port {{ cadvisor_port }} might be in use or container is crashing.
|
||||||
Подробности смотрите в журналах выше.
|
Check the logs above for details.
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- docker_check.rc == 0
|
- docker_check.rc == 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user