Use templates for keystone domain specific configurations

Change-Id: Idb40cbed763382bef9965c6b090e71156b671590
This commit is contained in:
Christian Berendt 2017-06-12 16:42:02 +02:00
parent f8c40a4588
commit 20df814528

View File

@ -73,7 +73,7 @@
- name: Copying Keystone Domain specific settings
vars:
keystone: "{{ keystone_services.keystone }}"
copy:
template:
src: "{{ item.path }}"
dest: "{{ node_config_directory }}/keystone/domains/"
register: keystone_domains