From 06a9d70791e49b68e064045b7193131dc95317dc Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 18 Dec 2025 13:13:26 +0500 Subject: [PATCH] Update file main.yml --- roles/qbittorrent/tasks/main.yml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/roles/qbittorrent/tasks/main.yml b/roles/qbittorrent/tasks/main.yml index 9571ef5..d00fc2e 100644 --- a/roles/qbittorrent/tasks/main.yml +++ b/roles/qbittorrent/tasks/main.yml @@ -65,16 +65,14 @@ - name: Информация о подключении debug: msg: | - ┌──────────────────────────────────────────────────────────┐ - │ qBittorrent Запущен! │ - ├──────────────────────────────────────────────────────────┤ - │ Веб-интерфейс: http://{{ ansible_host }}:{{ qbittorrent_port_webui }} │ - │ Логин по умолчанию: admin │ - {% if qb_temp_password.stdout != "" %} - │ Временный пароль: {{ qb_temp_password.stdout }} │ - {% else %} - │ Временный пароль: (проверьте логи: docker logs qbittorrent) │ - {% endif %} - │ │ - │ ⚠️ Пожалуйста, смените пароль при первом входе! │ - └──────────────────────────────────────────────────────────┘ \ No newline at end of file + ╔══════════════════════════════════════════════════════════╗ + ║ qBittorrent Запущен! ║ + ╠══════════════════════════════════════════════════════════╣ + ║ Веб-интерфейс: http://{{ ansible_host }}:{{ qbittorrent_port_webui }} ║ + ║ Логин по умолчанию: admin ║ + {% if qb_temp_password.stdout != "" %} + ║ Временный пароль: {{ qb_temp_password.stdout }} ║ + {% else %} + ║ ║ + ║ ⚠️ Смените пароль при первом входе! ║ + ╚══════════════════════════════════════════════════════════╝ \ No newline at end of file