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