kolla-ansible/ansible/roles/mongodb/tasks/deploy.yml
Bertrand Lallau 991695a272 Simplify condition check on standalone services
Condition check are already performed here:
https://github.com/openstack/kolla-ansible/blob/master/ansible/site.yml
In order to simplify codebase, these checks can be removed for
standalone services.

Change-Id: Ib9842cd5363a1c7e56234a5e91dc264f89e2838f
2017-06-15 17:15:17 +02:00

7 lines
74 B
YAML

---
- include: config.yml
- include: bootstrap.yml
- include: start.yml