From fdb5e3348215c052fde5df9b39cf3c1641862804 Mon Sep 17 00:00:00 2001
From: Eduardo Gonzalez <dabarren@gmail.com>
Date: Fri, 21 Sep 2018 17:16:33 +0200
Subject: [PATCH] Fix aodh task name

Fix a typo in the policy task name

Change-Id: I43b9c1ea1e3ff4bef1713c889e2cb885207abb0e
---
 ansible/roles/aodh/tasks/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/aodh/tasks/config.yml b/ansible/roles/aodh/tasks/config.yml
index 6cfc07e7f2..22e2c0c7c7 100644
--- a/ansible/roles/aodh/tasks/config.yml
+++ b/ansible/roles/aodh/tasks/config.yml
@@ -22,7 +22,7 @@
         - "{{ node_custom_config }}/aodh/"
       skip: true
 
-- name: Set aodh polify file
+- name: Set aodh policy file
   set_fact:
     aodh_policy_file: "{{ aodh_policy.results.0.stat.path | basename }}"
     aodh_policy_file_path: "{{ aodh_policy.results.0.stat.path }}"