Skip to content

Commit d3c256c

Browse files
committed
Rename 'df' module to 'df_service'
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 899a849 commit d3c256c

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
@@ -105,7 +105,7 @@
105105
- name: Execute CDP Dataflow setup
106106
when: run__include_df
107107
cloudera.cloud.df_service:
108-
env_crn: "{{ run__cdp_env_crn }}"
108+
name: "{{ run__cdp_env_crn }}"
109109
nodes_min: "{{ run__df_nodes_min }}"
110110
nodes_max: "{{ run__df_nodes_max }}"
111111
public_loadbalancer: "{{ run__df_public_loadbalancer }}"
@@ -171,7 +171,7 @@
171171
- name: Wait for CDP Dataflow deployment to complete
172172
when: run__include_df
173173
cloudera.cloud.df_service:
174-
env_crn: "{{ run__cdp_env_crn }}"
174+
name: "{{ run__cdp_env_crn }}"
175175
wait: yes
176176

177177
- name: Create CDP DE Virtual clusters

0 commit comments

Comments
 (0)