We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899a849 commit d3c256cCopy full SHA for d3c256c
roles/runtime/tasks/setup_base.yml
@@ -105,7 +105,7 @@
105
- name: Execute CDP Dataflow setup
106
when: run__include_df
107
cloudera.cloud.df_service:
108
- env_crn: "{{ run__cdp_env_crn }}"
+ name: "{{ run__cdp_env_crn }}"
109
nodes_min: "{{ run__df_nodes_min }}"
110
nodes_max: "{{ run__df_nodes_max }}"
111
public_loadbalancer: "{{ run__df_public_loadbalancer }}"
@@ -171,7 +171,7 @@
171
- name: Wait for CDP Dataflow deployment to complete
172
173
174
175
wait: yes
176
177
- name: Create CDP DE Virtual clusters
0 commit comments