diff --git a/linux/Fedora/Remove-KVM.sls b/linux/Fedora/Remove-KVM.sls index 798c1f6..d67d116 100644 --- a/linux/Fedora/Remove-KVM.sls +++ b/linux/Fedora/Remove-KVM.sls @@ -1,9 +1,9 @@ 'Suppression des packages inutiles sur machine physique Fedora': pkg.purged: - pkgs: - - qemu-common - - qemu-kvm - - qemu-img - - libvirt-daemon-driver-qemu - - ipxe-roms-qemu - - qemu-guest-agent \ No newline at end of file + - qemu-common + - qemu-kvm + - qemu-img + - libvirt-daemon-driver-qemu + - ipxe-roms-qemu + - qemu-guest-agent \ No newline at end of file