Refs #8025: Refactor-awx - Blacklist task - change variable name to be more consistent
This commit is contained in:
parent
ad2bf6ebb6
commit
e20f75a6fa
|
@ -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
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in New Issue