소스 검색

Add missing grub config file update while changing grub configuration for Xen

Emmanuel Bouthenot 9 년 전
부모
커밋
dbe002b797
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      roles/hypervisor/tasks/xen.yml

+ 2 - 0
roles/hypervisor/tasks/xen.yml

@@ -16,6 +16,8 @@
     regexp: '^GRUB_CMDLINE_XEN_DEFAULT='
     insertafter: '^GRUB_CMDLINE_LINUX='
     line: 'GRUB_CMDLINE_XEN_DEFAULT="dom0_mem={{ xendom0_mem  }}M,max:{{ xendom0_mem }}M dom0_max_vcpus=1 dom0_vcpus_pin"'
+  notify:
+    - 'Update GRUB'
   when: with_xen
 
 - name: 'Set Xen hypervisor to boot first'