Refs #8025: Refactor-awx - Blacklist task - change variable name to be more consistent

This commit is contained in:
Xavi Lleó 2024-10-23 15:28:32 +02:00
parent ad2bf6ebb6
commit e20f75a6fa
2 changed files with 2 additions and 2 deletions

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
owner: root
group: root