blob: 29884a9b72562c27754e401a25b93918cfc28260 (
plain) (
blame)
1
2
3
4
5
|
---
vm_define_autostart: "{{ not vm_define_installer and hostvars[install_hostname].install_cooked.autostart | default(False) }}"
vm_define_start: yes
vm_define_installer: no
|