make prometheus less big
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
hogweed1
2026-06-11 00:21:28 +10:00
parent 7c2e4bde78
commit d1528c8e31
3 changed files with 5 additions and 2 deletions

View File

@@ -46,5 +46,5 @@
name: chrony
state: started
enabled: yes
# Магия фильтрации: применяем ТОЛЬКО если это не гостевой LXC
when: not (ansible_virtualization_type == 'lxc' and ansible_virtualization_role == 'guest')
# Просто и со вкусом: если в фактах есть lxc — сразу пропускаем задачу
when: ansible_virtualization_type != 'lxc'