Skip to content

Commit

Permalink
Merge pull request #492 from ccamacho/main
Browse files Browse the repository at this point in the history
fix: add new line waiting for converge
  • Loading branch information
ccamacho authored Sep 25, 2021
2 parents a506f5e + e8b1552 commit d799aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubeinit/roles/kubeinit_okd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
ansible.builtin.shell: |
openshift-install gather --dir install_dir bootstrap --bootstrap {{ hostvars[groups['extra_nodes'][0]].ansible_host }} \
{% for node in groups['all_controller_nodes'] %}{% raw %} --master {% endraw %}{{ hostvars[node].ansible_host }}{% endfor %}
openshift-install --dir=install_dir/ wait-for bootstrap-complete --log-level info
args:
executable: /bin/bash
Expand Down

0 comments on commit d799aa1

Please sign in to comment.