summaryrefslogtreecommitdiffstats
path: root/ansible/roles/helm/molecule/default/playbook.yml
blob: 0f3fbc2731d5f763e496365d49db74008f348ee9 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Converge
  hosts: all
  pre_tasks:
    - name: Include infrastructure group variables
      include_vars: ../../../../group_vars/infrastructure.yml
    - name: Include test scenario variables
      include_vars: vars.yml
  roles:
    - helm