Merge "Use templates for keystone domain specific configurations"
This commit is contained in:
commit
bdb3a12db4
@ -73,7 +73,7 @@
|
|||||||
- name: Copying Keystone Domain specific settings
|
- name: Copying Keystone Domain specific settings
|
||||||
vars:
|
vars:
|
||||||
keystone: "{{ keystone_services.keystone }}"
|
keystone: "{{ keystone_services.keystone }}"
|
||||||
copy:
|
template:
|
||||||
src: "{{ item.path }}"
|
src: "{{ item.path }}"
|
||||||
dest: "{{ node_config_directory }}/keystone/domains/"
|
dest: "{{ node_config_directory }}/keystone/domains/"
|
||||||
register: keystone_domains
|
register: keystone_domains
|
||||||
|
Loading…
x
Reference in New Issue
Block a user