From 16b381d097f2273ebbcfa00ab7294f909f3f9735 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 30 Oct 2019 16:53:55 +0200 Subject: [PATCH] Drop common-db tag from db_sync task rally_db_setup has no relation to common-db, and independent step during glance configuration. common-db tag should be applied only to the common tasks Change-Id: I1519de17454a4f7c89dbf93dd1827352746a884a --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 49a20c6..b1d7a7d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -66,5 +66,4 @@ - include_tasks: rally_db_setup.yml when: inventory_hostname == groups[rally_role_project_group][0] tags: - - common-db - rally-config