Merge "Bring consistency to tags"

This commit is contained in:
Jenkins 2017-01-11 10:13:40 +00:00 committed by Gerrit Code Review
commit 7d18b24b7d

View File

@ -35,22 +35,21 @@
- include: glance_post_install.yml
tags:
- glance-install
- glance-config
- include: glance_init_common.yml
tags:
- glance-install
- glance-config
- include: glance_db_setup.yml
when: inventory_hostname == groups['glance_all'][0]
tags:
- glance-install
- glance-config
- include: glance_service_setup.yml
when: inventory_hostname == groups['glance_all'][0]
tags:
- glance-install
- glance-config
- name: Flush handlers
meta: flush_handlers