--- - name: cook variables for host hosts: "{{ install_hostname }}" gather_facts: no tasks: - set_fact: install: "{{ install }}" network: "{{ network }}" vm_host: "{{ vm_host }}" - import_playbook: ../common/vm-install.yml