Merge "Search for existing aodh binary"

This commit is contained in:
Jenkins
2015-10-20 18:42:34 +00:00
committed by Gerrit Code Review

View File

@@ -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