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
|
- 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
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in New Issue