diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-18 09:47:05 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-18 09:47:05 -0500 |
commit | 03ab833e0107990017306dca04e094e1de5a39fb (patch) | |
tree | 6a5bca9a02f20de96c7abf5d51a657eb73332463 /roles/haproxy/handlers/main.yml | |
parent | f1fd5a7a198703cc26dcc4efc5a4cc6eed3717b7 (diff) | |
parent | c468a080c78de8bc2ef67d4d1647792fdd4e566c (diff) | |
download | openshift-03ab833e0107990017306dca04e094e1de5a39fb.tar.gz openshift-03ab833e0107990017306dca04e094e1de5a39fb.tar.bz2 openshift-03ab833e0107990017306dca04e094e1de5a39fb.tar.xz openshift-03ab833e0107990017306dca04e094e1de5a39fb.zip |
Merge pull request #1194 from abutcher/haproxy-restart
Remove pause after haproxy start
Diffstat (limited to 'roles/haproxy/handlers/main.yml')
-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) |