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: Idfe109766463dd198d5d64941796617940ef08f9
This commit is contained in:
Jean-Philippe Evrard 2017-01-13 13:27:03 +00:00
parent 4b451fc394
commit 088398a8ef

View File

@ -32,10 +32,9 @@
- include: rally_post_install.yml
tags:
- rally-install
- rally-config
- include: rally_db_setup.yml
when: inventory_hostname == groups[rally_role_project_group][0]
tags:
- rally-install
- rally-config