diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-01-23 15:43:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-23 15:43:03 +0000 |
commit | 7f8f31cf68dbecaf521348fccf540cbe0e7c72bd (patch) | |
tree | 788a9d726cd33818a61928da2cd2eb41cb5077f7 /ansible/roles/enable_iommu_on_boot/vars/main.yml | |
parent | 12aaf2fd5a8511570fa20d9a5ca3643113475f24 (diff) | |
parent | 1fe31e2bc4ac789000f11c1f78b31b0b1fa60882 (diff) |
Merge "Enable iommu support in grub"
Diffstat (limited to 'ansible/roles/enable_iommu_on_boot/vars/main.yml')
-rw-r--r-- | ansible/roles/enable_iommu_on_boot/vars/main.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ansible/roles/enable_iommu_on_boot/vars/main.yml b/ansible/roles/enable_iommu_on_boot/vars/main.yml new file mode 100644 index 000000000..1b642dcb5 --- /dev/null +++ b/ansible/roles/enable_iommu_on_boot/vars/main.yml @@ -0,0 +1,17 @@ +# Copyright (c) 2017 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +--- +update_grub: + Debian: "update-grub2" + RedHat: "grub2-mkconfig -o /boot/grub2/grub.cfg" |