diff options
| author | Andrew Butcher <abutcher@redhat.com> | 2016-01-15 15:34:26 -0500 |
|---|---|---|
| committer | Andrew Butcher <abutcher@redhat.com> | 2016-01-15 15:36:38 -0500 |
| commit | c468a080c78de8bc2ef67d4d1647792fdd4e566c (patch) | |
| tree | c447d22d1e660f9c504e1a380487b9ae92d033e4 /roles/haproxy/handlers | |
| parent | bb1f8aa029078238cf32b038c8bffacb13c3765e (diff) | |
Remove pause after haproxy start
Diffstat (limited to 'roles/haproxy/handlers')
| -rw-r--r-- | roles/haproxy/handlers/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/haproxy/handlers/main.yml b/roles/haproxy/handlers/main.yml index ee60adcab..5b8691b26 100644 --- a/roles/haproxy/handlers/main.yml +++ b/roles/haproxy/handlers/main.yml @@ -3,3 +3,4 @@ service: name: haproxy state: restarted + when: not (haproxy_start_result_changed | default(false) | bool) |
