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: I23c36c5ea888a75ce7deddf272bd222af3b9e9f5
This commit is contained in:
Jean-Philippe Evrard 2017-01-10 15:44:47 +00:00
parent cede11ace8
commit 3b89d09593

View File

@ -44,7 +44,6 @@
- include: ironic_post_install.yml
tags:
- ironic-install
- ironic-config
- include: ironic_api_post_install.yml
@ -60,13 +59,13 @@
- include: ironic_db_setup.yml
when: inventory_hostname == groups['ironic_conductor'][0]
tags:
- ironic-install
- ironic-config
- include: ironic_init.yml
tags:
- ironic-install
- ironic-config
- include: ironic_service_setup.yml
when: inventory_hostname == groups['ironic_api'][0]
tags:
- ironic-install
- ironic-config