diff --git a/roles/debian-qemu/tasks/blacklist.yml b/roles/debian-qemu/tasks/blacklist.yml index 0cd674e..7076911 100644 --- a/roles/debian-qemu/tasks/blacklist.yml +++ b/roles/debian-qemu/tasks/blacklist.yml @@ -1,7 +1,7 @@ - name: Configure blacklist modprobe on VM copy: content: "{{ blacklist_module_kernel }}" - dest: /etc/modprobe.d/blacklist.conf + dest: /etc/modprobe.d/vn-blacklist.conf owner: root group: root mode: u=rw,g=r,o=r \ No newline at end of file