--- | |
- name: Prepare for helm tests | |
hosts: infrastructure | |
pre_tasks: | |
- name: Include infrastructure group variables | |
include_vars: ../../../../group_vars/infrastructure.yml | |
- name: Include test scenario variables | |
include_vars: vars.yml | |
roles: | |
- prepare-helm |