Merge "post-deploy: honour --config-dir argument"
This commit is contained in:
commit
42f6ef4637
@ -5,5 +5,5 @@
|
||||
tasks:
|
||||
- template:
|
||||
src: "roles/common/templates/admin-openrc.sh.j2"
|
||||
dest: "{{ node_config_directory }}/admin-openrc.sh"
|
||||
dest: "{{ CONFIG_DIR | default('/etc/kolla') }}/admin-openrc.sh"
|
||||
run_once: True
|
||||
|
Loading…
Reference in New Issue
Block a user