summaryrefslogtreecommitdiffstats
path: root/roles/common/templates/etc/apt/preferences.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/templates/etc/apt/preferences.j2')
-rw-r--r--roles/common/templates/etc/apt/preferences.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/common/templates/etc/apt/preferences.j2 b/roles/common/templates/etc/apt/preferences.j2
index a3a7595..2821f6d 100644
--- a/roles/common/templates/etc/apt/preferences.j2
+++ b/roles/common/templates/etc/apt/preferences.j2
@@ -19,7 +19,8 @@ Package: firmware-linux-nonfree
Pin-Priority: 200
{% endif %}
-{% if ansible_processor[0] | search("^Intel.*") -%}
+{% if ansible_processor[0] | search('^Intel.*') and
+ not (ansible_virtualization_role == 'guest' and ansible_virtualization_type == 'xen') -%}
# Automatically upgrade the microcode (when manually installed)
Package: intel-microcode iucode-tool
Pin-Priority: 200