Skip to content

Commit

Permalink
Update roles/update/tasks/switchover.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Mar 7, 2024
1 parent 6d7549e commit d9736df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/update/tasks/switchover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
method: POST
body: '{"leader":"{{ ansible_hostname }}"}'
body_format: json
register: patronictl_switchover_result
until: patronictl_switchover_result.status == 200
register: switchover_result
until: switchover_result.status == 200
retries: 300
delay: 2
environment:
Expand Down

0 comments on commit d9736df

Please sign in to comment.