summaryrefslogtreecommitdiffstats
path: root/ansible/roles/strimzi-kafka-operator/molecule/default/prepare.yml
blob: 34b37f501d1524df3ddc2c34d4cf85a676905469 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Prepare infra container to play strimzi-kafka-operator role
  hosts: all
  pre_tasks:
    - name: Include infrastructure group variables
      include_vars: ../../../../group_vars/infrastructure.yml
  tasks:
    - name: "Include prepare-strimzi-kafka-operator role"
      include_role:
        name: "prepare-strimzi-kafka-operator"