Skip to content

Commit 492e375

Browse files
committed
Fix setup_base.yml
Signed-off-by: Raddish18 <cianr22@gmail.com>
1 parent 7d78a03 commit 492e375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/runtime/tasks/setup_base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
- name: Execute CDP Dataflow setup
109109
when: run__include_df
110110
tags: df
111-
cloudera.cloud.df:
112-
name: "{{ run__cdp_env_crn }}"
111+
cloudera.cloud.df_service:
112+
env_crn: "{{ run__cdp_env_crn }}"
113113
nodes_min: "{{ run__df_nodes_min }}"
114114
nodes_max: "{{ run__df_nodes_max }}"
115115
public_loadbalancer: "{{ run__df_public_loadbalancer }}"

0 commit comments

Comments
 (0)