vn-ansible/roles/debian/tasks/blacklist.yml

7 lines
194 B
YAML
Raw Normal View History

2025-02-04 20:03:36 +00:00
- name: Configure blacklist modprobe on VM
copy:
content: "{{ blacklist_module_kernel }}"
dest: /etc/modprobe.d/vn-blacklist.conf
owner: root
group: root
mode: u=rw,g=r,o=r