diff options
author | Volodymyr Mytnyk <volodymyrx.mytnyk@intel.com> | 2018-12-06 13:26:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-12-06 13:26:43 +0000 |
commit | 09360f2133b0b9bfe5449cc340af63aaab2d0c96 (patch) | |
tree | bf9047fd748785a0c3a030ac1b86829bda692e9c /ansible/install.yaml | |
parent | 470029d121ad332b5b7aa388bdb211eb4b47cfb9 (diff) | |
parent | 5875c74b0b63f4e04549e4d9933cf702d29dae8b (diff) |
Merge "Add IOMMU to grub to support OVS/SRIOV SA contexts"
Diffstat (limited to 'ansible/install.yaml')
-rw-r--r-- | ansible/install.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/install.yaml b/ansible/install.yaml index 0800ee534..01478fb12 100644 --- a/ansible/install.yaml +++ b/ansible/install.yaml @@ -63,8 +63,8 @@ - role: set_package_installer_proxy when: proxy_env is defined and proxy_env # can't update grub in chroot/docker - # ?? - enable_iommu_on_boot - enable_hugepages_on_boot + - enable_iommu_on_boot # needed for collectd plugins - increase_open_file_limits - install_image_dependencies |