[ANSIBLE] Install cmctl utility
[oom/offline-installer.git] / ansible / roles / cert-manager / molecule / default / prepare.yml
1 ---
2 - name: Prepare infra container to play cert-manager role
3   hosts: all
4   pre_tasks:
5     - name: Include infrastructure group variables
6       include_vars: ../../../../group_vars/infrastructure.yml
7     - name: Include test scenario variables
8       include_vars: vars.yml
9   tasks:
10     - name: "Include prepare-cert-manager role"
11       include_role:
12         name: "prepare-cert-manager"