summaryrefslogtreecommitdiffstats
path: root/ansible/roles/cert-manager/molecule/default/converge.yml
blob: 3af18a7d2e551a1045f655f9bd342ed858b8628d (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
  tasks:
    - name: "Include cert-manager"
      include_role:
        name: "cert-manager"