diff --git a/playbooks/roles/os_aodh/tasks/aodh_post_install.yml b/playbooks/roles/os_aodh/tasks/aodh_post_install.yml index 6a735e16eb..503d590192 100644 --- a/playbooks/roles/os_aodh/tasks/aodh_post_install.yml +++ b/playbooks/roles/os_aodh/tasks/aodh_post_install.yml @@ -14,7 +14,7 @@ # limitations under the License. - name: Get aodh command path - command: which aodh + command: which aodh-api register: aodh_command_path when: - not aodh_venv_enabled | bool