Update file main.yml
This commit is contained in:
parent
89832f1252
commit
1145678fff
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user