aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/heat/tasks/heat_config.yml
blob: 739d1aae3835600fcc9af7279b0411e9f91259c2 (plain)
1
2
3
4
5
6
7
8
9
---
- name: heat db sync
  shell: su -s /bin/sh -c "heat-manage db_sync" heat
  ignore_errors: True
  notify:
    - restart heat service

- meta: flush_handlers