Skip to content

Commit 11fb13f

Browse files
authored
feat: add retry for gce plugin when waiting for SSH (#270)
1 parent 1555b61 commit 11fb13f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/molecule_plugins/gce/playbooks/tasks/create_linux_instance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@
6161
host: "{{ item.networkInterfaces.0.accessConfigs.0.natIP if molecule_yml.driver.external_access else item.networkInterfaces.0.networkIP }}"
6262
search_regex: SSH
6363
delay: 10
64+
retries: 6
65+
delay: 10
6466
loop: "{{ server.results }}"

0 commit comments

Comments
 (0)