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 }}"