Skip to content
Snippets Groups Projects
Commit b7fefc1c authored by venkatamahesh's avatar venkatamahesh
Browse files

Fix a typo in config.yml

Change-Id: Id0efea7ab3fdfab5f9ff42c8761e5afc6a93b9aa
Closes-Bug: #1660005
parent 717c80ae
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
- "{{ node_custom_config }}/barbican-api/{{ inventory_hostname }}/barbican-api-paste.ini" - "{{ node_custom_config }}/barbican-api/{{ inventory_hostname }}/barbican-api-paste.ini"
dest: "{{ node_config_directory }}/barbican-api/barbican-api-paste.ini" dest: "{{ node_config_directory }}/barbican-api/barbican-api-paste.ini"
when: when:
- inventory_hostname in groups['barbiacn-api'] - inventory_hostname in groups['barbican-api']
- service.enabled | bool - service.enabled | bool
register: barbican_api_paste register: barbican_api_paste
notify: notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment