Prepare shared directory for ISO images.

This commit is contained in:
Andreas B. Mundt 2022-03-13 10:27:57 +01:00
parent 98cfd86b01
commit 8d357397f6

View file

@ -26,3 +26,9 @@
dest: /etc/libvirt/libvirtd.conf
line: 'auth_unix_rw = "none"'
insertafter: '#auth_unix_rw = "polkit"'
- name: shared directory for ISO installer images
file:
path: /home/ISOsVM
state: directory
mode: '1777'