summaryrefslogtreecommitdiffstats
path: root/ansible/roles/helm/molecule/default/prepare.yml
blob: 10ccf2326edd78c9f92fb17ef80787f13eb2e789 (plain)
1
2
3
4
5
6
7
8
9
10
---
- 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