Don't install Zeal on exotic architectures
This commit is contained in:
parent
95faa0c0ff
commit
87f7a7a768
|
@ -12,5 +12,8 @@ highlight
|
||||||
{# For nvim's :Telescope live_grep #}
|
{# For nvim's :Telescope live_grep #}
|
||||||
ripgrep
|
ripgrep
|
||||||
{# Offline documentation #}
|
{# Offline documentation #}
|
||||||
|
{% if arch_based and ansible_architecture == 'x86_64' %}
|
||||||
|
{# Pain to compile if binaries for qt5-webkit do not exist #}
|
||||||
zeal
|
zeal
|
||||||
|
{% endif %}
|
||||||
{# EOF #}
|
{# EOF #}
|
||||||
|
|
Loading…
Reference in a new issue