Skip to content

Commit

Permalink
feat: add retry for gce plugin when waiting for SSH (ansible-communit…
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfrancis authored Oct 17, 2024
1 parent 1555b61 commit 11fb13f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,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 11fb13f

Please sign in to comment.