Merge "Fix glance config copy when a service is disabled"

This commit is contained in:
Zuul 2018-07-19 03:14:00 +00:00 committed by Gerrit Code Review
commit b699413aba
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@
when:
- glance_policy_file is defined
- inventory_hostname in groups[item.value.group]
- item.value.enabled | bool
with_dict: "{{ glance_services }}"
notify:
- Restart glance-api container