Skip to content

Commit

Permalink
Merge pull request #1311 from GiganticMinecraft/add-check-to-ansible
Browse files Browse the repository at this point in the history
feat: kubeadmの実行ファイルが存在するまでansibleを待たせる
  • Loading branch information
unchama authored Sep 12, 2023
2 parents 6f0fe13 + 46c0382 commit 156dbc8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
wait_for_connection:
timeout: 1200

- name: Wait until the file /usr/bin/kubeadm is present before continuing
ansible.builtin.wait_for:
path: /usr/bin/kubeadm
timeout: 1200

- name: Gather facts for first time
setup:

0 comments on commit 156dbc8

Please sign in to comment.