Skip to content

Commit

Permalink
Add retries while getting SSH Key from Manager to prevent random issu…
Browse files Browse the repository at this point in the history
…es when not ready (redhat-cop#2111)
  • Loading branch information
makentenza committed Jul 1, 2020
1 parent e82c3d9 commit 3e6372d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/configs/sap-rhvh/post_software.yml
Expand Up @@ -20,6 +20,8 @@
validate_certs: no
return_content: yes
register: pkey
retries: 10
delay: 10

- name: Add public key to authorized keys
lineinfile:
Expand Down

0 comments on commit 3e6372d

Please sign in to comment.