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 (cherry picked from commit 56b2e947a1afae30ef21113717f61e96116aa873)
This commit is contained in:
parent
6ecab061f9
commit
87476392c2
@ -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