270506a87a
+ Updated Documentation. Change-Id: Ic119675777d45787266946f08367e761bd55f284
12 lines
205 B
YAML
12 lines
205 B
YAML
---
|
|
#
|
|
# Tasks to check requirements for installing shaker
|
|
#
|
|
|
|
- name: Check for heat
|
|
service: name={{ item }} state=running
|
|
become: true
|
|
with_items:
|
|
- openstack-heat-api
|
|
- openstack-heat-engine
|