Switch to cifs for home dirs.

This commit is contained in:
Andreas B. Mundt 2023-03-15 08:33:37 +01:00
parent 5640c3e76b
commit 7a3f106ee3
6 changed files with 25 additions and 9 deletions

View file

@ -108,6 +108,7 @@
rsync://server:/vmimages-download/xml /var/lib/libvirt/images/
register: result
changed_when: result.stdout | length > 0
when: not run_in_installer | default(false) | bool
- name: rsync VM images
command: >