- name: Configure blacklist modprobe on VM copy: content: "{{ blacklist }}" dest: /etc/modprobe.d/blacklist.conf owner: root group: root mode: u=rw,g=r,o=r