diff --git a/ansible/roles/aodh/tasks/config.yml b/ansible/roles/aodh/tasks/config.yml
index 90179933a93a977bd2429a1919357b1bbb01fbc5..4d9d0e0313f8bbefc5052a429a481d26e801750e 100644
--- a/ansible/roles/aodh/tasks/config.yml
+++ b/ansible/roles/aodh/tasks/config.yml
@@ -31,7 +31,7 @@
       - "{{ node_custom_config }}/messaging.conf"
       - "{{ node_custom_config }}/aodh.conf"
       - "{{ node_custom_config }}/aodh/{{ item }}.conf"
-      - "{{ node_custom_config }}/aodh/{{ inventory_hostname }}/{{ item }}.conf"
+      - "{{ node_custom_config }}/aodh/{{ inventory_hostname }}/aodh.conf"
     dest: "{{ node_config_directory }}/{{ item }}/aodh.conf"
   with_items:
     - "aodh-api"