8025-refactor-awx_blacklist_conf_modprobe #38
|
@ -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
|
||||
juan marked this conversation as resolved
Outdated
|
||||
owner: root
|
||||
group: root
|
||||
mode: u=rw,g=r,o=r
|
Loading…
Reference in New Issue
Cambiar nombre del fichero a
vn-blacklist.conf
para evitar que lo pise otro paquete.Hecho.