You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/azure_rm_virtualmachine/main.yml

8 lines
208 B
YAML

- 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