Skip to content

Commit 9a4567a

Browse files
committed
Remove extraneous DW cluster setup wait
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 43754aa commit 9a4567a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

roles/runtime/tasks/setup_aws.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,9 @@
5151
register: __dw_builds
5252

5353
- name: Wait for CDP DW cluster setup to complete
54+
when: false
5455
ansible.builtin.async_status:
5556
jid: "{{ __dw_builds.ansible_job_id }}"
56-
#loop_control:
57-
# loop_var: __opdb_build
58-
# label: "{{ __opdb_build.__opdb_config.name }}"
59-
#loop: "{{ __opdb_builds.results }}"
6057
register: __dw_builds_async
6158
until: __dw_builds_async.finished
6259
retries: 120

0 commit comments

Comments
 (0)