Remove stray conditional from aodh-evaluator tasks
In Ib4c59302ad5ad64f23419cd69ee9b2a80333924e a conditional was moved incorrectly and left as a stray. Luckily it is only a cosmetic issue, but it might be confusing when doing any maintenance work so it's better to remove it. Change-Id: Iac3cbf23437bb11ec47dd1a0f189babe0c5587d0
This commit is contained in:
parent
79cc141b19
commit
edd10576ca
@ -139,7 +139,6 @@ outputs:
|
||||
command: systemctl is-enabled --quiet openstack-aodh-evaluator
|
||||
ignore_errors: True
|
||||
register: aodh_evaluator_enabled_result
|
||||
- release == 'ocata'
|
||||
- name: Set fact aodh_evaluator_enabled
|
||||
set_fact:
|
||||
aodh_evaluator_enabled: "{{ aodh_evaluator_enabled_result.rc == 0 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user