Merge "Template custom HAProxy service configuration"

This commit is contained in:
Zuul 2019-12-11 01:19:45 +00:00 committed by Gerrit Code Review
commit 97bbad7c19

View File

@ -70,7 +70,7 @@
- name: Copying over custom haproxy services configuration - name: Copying over custom haproxy services configuration
vars: vars:
service: "{{ haproxy_services['haproxy'] }}" service: "{{ haproxy_services['haproxy'] }}"
copy: template:
src: "{{ item }}" src: "{{ item }}"
dest: "{{ node_config_directory }}/haproxy/services.d/" dest: "{{ node_config_directory }}/haproxy/services.d/"
mode: "0660" mode: "0660"