aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/glance/tasks/glance_config.yml
blob: 0370ddca4927a3e358eff0651330883e0665feb8 (plain)
1
2
3
4
5
6
7
8
9
---
- name: sync glance db
  #glance_manage: action=dbsync
  shell: su -s /bin/sh -c 'glance-manage db sync' glance
  ignore_errors: True
  notify:
    - restart glance services

- meta: flush_handlers