Browse Source

Fix xen dependency on xen-system-amd64

Emmanuel Bouthenot 4 năm trước cách đây
mục cha
commit
a08bbe0782
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      roles/hypervisor/tasks/xen.yml

+ 1 - 1
roles/hypervisor/tasks/xen.yml

@@ -1,7 +1,7 @@
 - name: 'Install Xen related packages'
   apt:
     pkg:
-      - 'xen-linux-system-amd64'
+      - 'xen-system-amd64'
       - 'grub-xen-host'
       - 'bridge-utils'
       - 'debootstrap'