summaryrefslogtreecommitdiffstats
path: root/ansible/roles/helm/molecule/default/prepare.yml
blob: 34c41e8eb6ecfd268c3d299a3f4f881b5aa3f3ca (plain)
1
2
3
4
5
6
7
8
---
- name: Prepare for helm tests
  hosts: infrastructure
  pre_tasks:
    - name: Include infrastructure group variables
      include_vars: ../../../../group_vars/infrastructure.yml
  roles:
    - prepare-helm