kolla-ansible/ansible/roles/horizon/tasks/reconfigure.yml
Jeffrey Zhang 9a5150275b Reconfigure horizon service
Implements reconfiguring the horizon service.

Closes-Bug: #1553526

Change-Id: I8bb2398ebdf4b10fe8386f5b2b25802172e1cbd3
2016-03-07 11:42:27 +08:00

5 lines
98 B
YAML

---
- include: do_reconfigure.yml
serial: "30%"
when: inventory_hostname in groups['horizon']