From e2c377a189362b350280ed1ca37eb451694d21ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Lle=C3=B3=20Tom=C3=A1s?= Date: Fri, 25 Oct 2024 13:21:21 +0200 Subject: [PATCH] Refs #8025: Refactor-awx - rol Debian-qemu - Task blacklist. Change file destination vn-blacklist.conf --- roles/debian-qemu/tasks/blacklist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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