aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/glance/tasks/glance_config.yml
blob: 548c2309f09d808613665751f61bce9bae5dd705 (plain)
1
2
3
4
5
6
7
---
- name: sync glance db
  glance_manage: action=dbsync
  notify:
    - restart glance services

- meta: flush_handlers