diff options
author | Andrew Lau <andrew@andrewklau.com> | 2017-01-23 20:19:52 +1100 |
---|---|---|
committer | Andrew Lau <andrew@andrewklau.com> | 2017-01-25 21:08:34 +1100 |
commit | 7d5d91f3fc9542abfde5c855a0e7e82fde0e640a (patch) | |
tree | d3594426664509a0a6ea59ef4ce98486e2a8b797 /roles/openshift_loadbalancer/tasks | |
parent | c537e9599fc01dfeddb84cbcc52fa6991cb3ab27 (diff) | |
download | openshift-7d5d91f3fc9542abfde5c855a0e7e82fde0e640a.tar.gz openshift-7d5d91f3fc9542abfde5c855a0e7e82fde0e640a.tar.bz2 openshift-7d5d91f3fc9542abfde5c855a0e7e82fde0e640a.tar.xz openshift-7d5d91f3fc9542abfde5c855a0e7e82fde0e640a.zip |
Fix containerized haproxy config
Diffstat (limited to 'roles/openshift_loadbalancer/tasks')
-rw-r--r-- | roles/openshift_loadbalancer/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_loadbalancer/tasks/main.yml b/roles/openshift_loadbalancer/tasks/main.yml index e9bc8b4ab..68bb4ace8 100644 --- a/roles/openshift_loadbalancer/tasks/main.yml +++ b/roles/openshift_loadbalancer/tasks/main.yml @@ -17,7 +17,7 @@ - name: Create the systemd unit files template: src: "haproxy.docker.service.j2" - dest: "{{ containerized_svc_dir }}/haproxy.service" + dest: "/etc/systemd/system/haproxy.service" when: openshift.common.is_containerized | bool notify: restart haproxy |