Skip to content

Commit 5408e9b

Browse files
committed
Rename 'df' module to 'df_service'
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 3d6a197 commit 5408e9b

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
@@ -109,7 +109,7 @@
109109
when: run__include_df
110110
tags: df
111111
cloudera.cloud.df_service:
112-
env_crn: "{{ run__cdp_env_crn }}"
112+
name: "{{ 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 }}"
@@ -179,7 +179,7 @@
179179
when: run__include_df
180180
tags: df
181181
cloudera.cloud.df_service:
182-
env_crn: "{{ run__cdp_env_crn }}"
182+
name: "{{ run__cdp_env_crn }}"
183183
wait: yes
184184

185185
- name: Create CDP DE Virtual clusters

0 commit comments

Comments
 (0)