Fix a typo in config.yml

Change-Id: Id0efea7ab3fdfab5f9ff42c8761e5afc6a93b9aa
Closes-Bug: #1660005
This commit is contained in:
venkatamahesh 2017-01-28 10:31:58 +05:30
parent 717c80aef5
commit b7fefc1c50

View File

@ -47,7 +47,7 @@
- "{{ node_custom_config }}/barbican-api/{{ inventory_hostname }}/barbican-api-paste.ini"
dest: "{{ node_config_directory }}/barbican-api/barbican-api-paste.ini"
when:
- inventory_hostname in groups['barbiacn-api']
- inventory_hostname in groups['barbican-api']
- service.enabled | bool
register: barbican_api_paste
notify: