fix: пересборка output/index.html при uninstall с LIMIT

Второй play перенесён на hysteria2_servers с run_once на localhost,
чтобы LIMIT не пропускал пересборку. Пустой index.html удаляется.
This commit is contained in:
Sergey Antropoff
2026-07-01 13:31:28 +03:00
parent dd10a557d6
commit f6a81929b5
4 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -133,5 +133,5 @@
Hysteria2 полностью удалён с {{ inventory_hostname }}.
Локальная папка {{ hysteria2_output_dir }}/{{ hysteria2_output_name }}/ удалена.
{% if hysteria2_uninstall_rebuild_global_index | default(true) | bool %}
Глобальный {{ hysteria2_output_dir }}/index.html будет пересобран.
{{ hysteria2_output_dir }}/index.html будет пересобран без этого сервера.
{% endif %}