Fixes VMTP deploys.
Merged config files outputs to python_path which is incorrect. Changing it to node_config_directory. Change-Id: If801f54709114b931677adb605dffb75cfab25cd Closes-Bug: #1830346
This commit is contained in:
parent
86e9b0831c
commit
56b2e947a1
@ -30,7 +30,7 @@
|
||||
- "{{ role_path }}/templates/{{ item }}.j2"
|
||||
- "{{ node_custom_config }}/{{ item }}"
|
||||
- "{{ node_custom_config }}/vmtp/{{ item }}"
|
||||
dest: "{{ python_path }}/vmtp/{{ item }}"
|
||||
dest: "{{ node_config_directory }}/vmtp/{{ item }}"
|
||||
mode: "0660"
|
||||
become: true
|
||||
register: vmtp_confs
|
||||
|
Loading…
x
Reference in New Issue
Block a user