Don't install Zeal on exotic architectures

This commit is contained in:
Geoffrey Frogeye 2022-12-24 15:33:11 +01:00
parent 95faa0c0ff
commit 87f7a7a768

View file

@ -12,5 +12,8 @@ highlight
{# For nvim's :Telescope live_grep #}
ripgrep
{# Offline documentation #}
{% if arch_based and ansible_architecture == 'x86_64' %}
{# Pain to compile if binaries for qt5-webkit do not exist #}
zeal
{% endif %}
{# EOF #}