Skip to content

Commit

Permalink
Fix dry-run of haproxy migration path
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Girardin committed Dec 13, 2023
1 parent 569c3cc commit dd0becd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/apiserver_haproxy_upgrade/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
service:
name: haproxy
state: reloaded
when: not(_haproxy_repo_just_added is changed and ansible_check_mode)

rescue:
- name: "Restart compose stack if error occured"
Expand Down

0 comments on commit dd0becd

Please sign in to comment.