--- - name: cook variables for host hosts: "{{ install_hostnames }}" gather_facts: no tasks: - set_fact: install: "{{ install | default({}) }}" network: "{{ network | default({}) }}" - import_playbook: ../common/usb-generate.yml