kolla-ansible/ansible/roles/horizon/tasks/deploy.yml
Vladislav Belogrudov 25fcdfb986 Use default user group consistently
Default user group should be set much earlier in deployment
and should be used consistently accross all projects.

Change-Id: Id399f9ddebc903bb9c3eeb5a0ff6f33ca6d6828c
Closes-Bug: #1650501
2016-12-19 11:43:23 +03:00

8 lines
114 B
YAML

---
- include: config.yml
- include: bootstrap.yml
when: horizon_backend_database | bool
- include: start.yml