Skip to content

Commit

Permalink
fix wait
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot committed Sep 28, 2019
1 parent c105e61 commit 342b03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
shell: "/usr/bin/kubectl get nodes"
register: nodes
until:
- '" Ready " in nodes.stdout'
- '"NAME" in nodes.stdout'
retries: 6
delay: 20
when: (cms_config_node is undefined) and ((cms_orchestrator == "k8s") or (cms_orchestrator == "kubernetes"))
Expand Down

0 comments on commit 342b03a

Please sign in to comment.