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