File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
vagrant/ansible/roles/vm/tasks Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 44 name : " {{ item }}"
55 with_items :
66 - libvirt-daemon-system
7- - python-libvirt
87 - python3-libvirt
98
109# kvm group to access /dev/kvm, libvirt-qemu for rw on memory access socket
1716- name : include local config for libvirt-qemu apparmor profile
1817 lineinfile :
1918 path : /etc/apparmor.d/libvirt/TEMPLATE.qemu
20- line : ' #include <local/libvirt-qemu>'
21- insertafter : ' #include <abstractions/libvirt-qemu>'
19+ line : " #include <local/libvirt-qemu>"
20+ insertafter : " #include <abstractions/libvirt-qemu>"
2221
2322- name : add local QEMU apparmor profile for libvirtd
2423 lineinfile :
2524 path : /etc/apparmor.d/local/usr.sbin.libvirtd
26- line : ' /usr/local/bin/qemu-system-x86_64 PUx,'
25+ line : " /usr/local/bin/qemu-system-x86_64 PUx,"
2726
2827- name : add local QEMU apparmor profile for libvirt-qemu
2928 lineinfile :
3029 path : /etc/apparmor.d/local/libvirt-qemu
31- line : ' /usr/local/bin/qemu-system-x86_64 PUx,'
30+ line : " /usr/local/bin/qemu-system-x86_64 PUx,"
3231 create : yes
3332
3433- name : reload apparmor
You can’t perform that action at this time.
0 commit comments