Skip to content

Commit

Permalink
Fix stdout not defined in hana_hsr_srstate (#258)
Browse files Browse the repository at this point in the history
TEAM-9545 - [PC][Azure] deploy_qesap_ansible sporadically fails with error: 'stdout' is not defined in '__sap_ha_install_hana_hsr_srstate'
  • Loading branch information
lilyeyes authored Aug 5, 2024
1 parent e732bc6 commit 21c160a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/sap_ha_install_hana_hsr/tasks/configure_hsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
register: __sap_ha_install_hana_hsr_srstate
changed_when: false
failed_when: false
until: __sap_ha_install_hana_hsr_srstate.rc == 0
retries: 3
delay: 60

# assert that the previous task produced a meaningful result
# specifically, ensure that the result has an 'stdout' attribute
Expand Down

0 comments on commit 21c160a

Please sign in to comment.