9 lines
214 B
YAML
9 lines
214 B
YAML
---
|
|
- name: Deploy EDA Controller attached to the same AAP
|
|
hosts: localhost
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Include role
|
|
ansible.builtin.include_role:
|
|
name: demo.openshift.eda_controller
|