Skip to content

Commit

Permalink
feat: kubeadmの実行ファイルが存在するまで待つ
Browse files Browse the repository at this point in the history
  • Loading branch information
unchama committed Sep 11, 2023
1 parent 6f0fe13 commit 42b596d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
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

- name: Gather facts for first time
setup:

0 comments on commit 42b596d

Please sign in to comment.