From 088398a8efdbc6119eb0844175bbfa78f4d2534c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 13 Jan 2017 13:27:03 +0000 Subject: [PATCH] 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 --- tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 44125d6..872e08b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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