Refs #8025: Refactor-awx - rol Debian-qemu - Task blacklist. Change file destination vn-blacklist.conf
This commit is contained in:
parent
e20f75a6fa
commit
e2c377a189
|
@ -1,7 +1,7 @@
|
||||||
- name: Configure blacklist modprobe on VM
|
- name: Configure blacklist modprobe on VM
|
||||||
copy:
|
copy:
|
||||||
content: "{{ blacklist_module_kernel }}"
|
content: "{{ blacklist_module_kernel }}"
|
||||||
dest: /etc/modprobe.d/blacklist.conf
|
dest: /etc/modprobe.d/vn-blacklist.conf
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: u=rw,g=r,o=r
|
mode: u=rw,g=r,o=r
|
Loading…
Reference in New Issue