- name: make the digitial ocean instance hosts: "{{ myhosts }}" gather_facts: False vars_files: - /home/kevin/git/scrye-ansible/vars/global.yml - /home/kevin/git/scrye-ansible-private/vars.yml tasks: - include: "{{ tasks }}/virt_do_create.yml" handlers: - include: "{{ handlers }}/restart_services.yml"