--- - name: Remove KVM module shell: modprobe -r kvm_intel ignore_errors: yes - name: Add KVM module shell: modprobe kvm_intel ignore_errors: yes