From 3935260200a757e7e5c854ef8118fc90ce363502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Thu, 14 Feb 2019 10:37:51 +0100 Subject: [PATCH] typo --- linux/Fedora/Remove-KVM.sls | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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