Skip to content

Commit 74540ba

Browse files
authored
Remove calls to the unsupported cloudera.cloud.env_auth (#117)
Signed-off-by: Jim Enright <[email protected]>
1 parent da0139a commit 74540ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

roles/platform/tasks/setup_base.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
ansible.builtin.set_fact:
2525
plat__cdp_env_crn: "{{ plat__cdp_env_info.environments[0].crn }}"
2626

27-
- name: Set CDP Workload password
28-
cloudera.cloud.env_auth:
29-
password: "{{ plat__env_admin_password }}"
30-
name: "{{ plat__env_name }}"
31-
strict: false
32-
3327
- name: Set fact for CDP Admin Group Resource Role assignments
3428
ansible.builtin.set_fact:
3529
plat__cdp_env_admin_group_resource_role_assignments: "{{ plat__cdp_env_admin_group_resource_role_assignments | default([]) | union([resource_role_assignment]) }}"

0 commit comments

Comments
 (0)