8025-refactor-awx_blacklist_conf_modprobe #38

Merged
xavi merged 3 commits from 8025-refactor-awx_blacklist_conf_modprobe into main 2024-10-25 11:46:01 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e20f75a6fa - Show all commits

View File

@ -4,5 +4,5 @@ autofs_packages:
- autofs
- libnfs-utils
- autofs-ldap
blacklist: |
blacklist_module_kernel: |
blacklist snd_hda_intel

View File

@ -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
Outdated
Review

Cambiar nombre del fichero a vn-blacklist.conf para evitar que lo pise otro paquete.

Cambiar nombre del fichero a `vn-blacklist.conf` para evitar que lo pise otro paquete.
Outdated
Review

Hecho.

Hecho.
owner: root
group: root