8025-refactor-awx_blacklist_conf_modprobe #38
|
@ -4,5 +4,5 @@ autofs_packages:
|
|||
- autofs
|
||||
- libnfs-utils
|
||||
- autofs-ldap
|
||||
blacklist: |
|
||||
blacklist_module_kernel: |
|
||||
blacklist snd_hda_intel
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- name: Configure blacklist modprobe on VM
|
||||
copy:
|
||||
content: "{{ blacklist }}"
|
||||
content: "{{ blacklist_module_kernel }}"
|
||||
dest: /etc/modprobe.d/blacklist.conf
|
||||
juan marked this conversation as resolved
Outdated
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in New Issue
Cambiar nombre del fichero a
vn-blacklist.conf
para evitar que lo pise otro paquete.Hecho.