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
1 changed files with 1 additions and 1 deletions

View File

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