Skip to content

Commit c0d3b60

Browse files
committed
Virtualization changes
1 parent 9b49a65 commit c0d3b60

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

desktop.retry

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
localhost

desktop.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88

99

1010
roles:
11-
- common
12-
- rpm_fusion_free
13-
- rpm_fusion_nonfree
14-
- dev
15-
- postgres
16-
- docker
17-
- rbenv
18-
- iscore
19-
- latex
20-
- ssh
21-
- zfs
22-
- virtualization
11+
# - common
12+
#- rpm_fusion_free
13+
#- rpm_fusion_nonfree
14+
#- dev
15+
#- postgres
16+
#- docker
17+
#- rbenv
18+
#- iscore
19+
#- latex
20+
#- ssh
21+
#- zfs
22+
#- virtualization
2323
- gnome
24-
- slack
25-
- google-chrome
24+
#- slack
25+
#- google-chrome
2626

2727

roles/virtualization/tasks/packages.yml roles/virtualization/tasks/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
lineinfile:
4343
state: present
4444
dest: /etc/default/grub
45+
regexp: '^(GRUB_CMDLINE_LINUX=(?!.*iommu)\"[^\"]+)(\".*)'
4546
backrefs: yes
4647
line: '\1 iommu=1 intel_iommu=on kvm-intel.nested=1 rd.driver.pre=vfio-pci\2'
4748

0 commit comments

Comments
 (0)