Prepare shared directory for ISO images.
This commit is contained in:
parent
98cfd86b01
commit
8d357397f6
1 changed files with 6 additions and 0 deletions
|
@ -26,3 +26,9 @@
|
||||||
dest: /etc/libvirt/libvirtd.conf
|
dest: /etc/libvirt/libvirtd.conf
|
||||||
line: 'auth_unix_rw = "none"'
|
line: 'auth_unix_rw = "none"'
|
||||||
insertafter: '#auth_unix_rw = "polkit"'
|
insertafter: '#auth_unix_rw = "polkit"'
|
||||||
|
|
||||||
|
- name: shared directory for ISO installer images
|
||||||
|
file:
|
||||||
|
path: /home/ISOsVM
|
||||||
|
state: directory
|
||||||
|
mode: '1777'
|
||||||
|
|
Loading…
Add table
Reference in a new issue