Skip to content
Snippets Groups Projects
Commit 97bbad7c authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Template custom HAProxy service configuration"

parents 9b03f51c 49f33428
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment