--- - name: setup variables hosts: "{{ hostname }}" gather_facts: no tasks: - set_fact: install_cooked: "{{ install }}" network_cooked: "{{ network }}" - import_playbook: ../common/vm-install.yml