--- # file: roles/tg/tasks/main.yaml - name: Install distribution - release - machine prerequisites include_tasks: '{{ ansible_distribution|lower }}_{{ ansible_distribution_release }}.yaml' - name: Install WRK include_tasks: 'wrk.yaml' tags: install-wrk