Skip to content

Commit

Permalink
resolving comments
Browse files Browse the repository at this point in the history
  • Loading branch information
george-ghawali committed Dec 11, 2024
1 parent 28ff3e9 commit 729ec6b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
register: results
ignore_errors: true
changed_when: results.rc != 0
no_log: true

# verify that all nodes are unconfigured by checking the return code and stderr in all of them
- name: Assert that all cluster nodes are unconfigured
Expand Down Expand Up @@ -296,6 +297,7 @@
fail_msg: "Discover unconfigured nodes failed"
success_msg: "Discover unconfigured nodes passed"
loop: "{{ results.results }}"
no_log: true

- name: Run cluster create prechecks
ntnx_clusters_v2:
Expand Down

0 comments on commit 729ec6b

Please sign in to comment.