Skip to content

Commit

Permalink
feat: add retry mechanism for gce plugin when waiting for SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfrancis committed Sep 19, 2024
1 parent 9943538 commit 294fa70
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@
host: "{{ item.networkInterfaces.0.accessConfigs.0.natIP if molecule_yml.driver.external_access else item.networkInterfaces.0.networkIP }}"
search_regex: SSH
delay: 10
retries: 6
delay: 10
loop: "{{ server.results }}"

0 comments on commit 294fa70

Please sign in to comment.