Bring consistency to tags

Some tags were not applied on the highest level and forced duplication.
We apply here our practices to have role_name-(config|install) [1].

[1]: http://docs.openstack.org/developer/openstack-ansible/developer-docs/contribute.html#ansible-style-guide

Change-Id: Ia9b22a9d40263df11b5245fd33a37cbc98b0718d
This commit is contained in:
Jean-Philippe Evrard 2017-01-10 14:19:28 +00:00
parent a502f70cf6
commit 99d7d7a393

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