summaryrefslogtreecommitdiffstats
path: root/ansible/roles/cert-manager/molecule/default/prepare.yml
blob: 580e7bf20a056779b0afeb44c7b7769c2e681b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: Prepare infra container to play cert-manager role
  hosts: all
  pre_tasks:
    - name: Include infrastructure group variables
      include_vars: ../../../../group_vars/infrastructure.yml
    - name: Include test scenario variables
      include_vars: vars.yml
  tasks:
    - name: "Include prepare-cert-manager role"
      include_role:
        name: "prepare-cert-manager"