ansible/test/integration/targets/azure_rm_virtualmachine/main.yml

8 lines
208 B
YAML
Raw Normal View History

- name: Run Azurue VM tests in parallel
hosts: all
gather_facts: no
strategy: free
tasks:
- name: Include tasks based on inventory hostname
include_tasks: tasks/{{ inventory_hostname }}.yml