Refs #8025: Refactor-awx - rol Debian-qemu - Task blacklist. Change file destination vn-blacklist.conf

This commit is contained in:
Xavi Lleó 2024-10-25 13:21:21 +02:00
parent e20f75a6fa
commit e2c377a189
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
- name: Configure blacklist modprobe on VM - name: Configure blacklist modprobe on VM
copy: copy:
content: "{{ blacklist_module_kernel }}" content: "{{ blacklist_module_kernel }}"
dest: /etc/modprobe.d/blacklist.conf dest: /etc/modprobe.d/vn-blacklist.conf
owner: root owner: root
group: root group: root
mode: u=rw,g=r,o=r mode: u=rw,g=r,o=r