From c3373b4641d4eb62c18a5d27aa2e51af31f06816 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Thu, 5 Jan 2017 11:09:25 +0000 Subject: [PATCH] Bring consistency to tags If we filtered this role by running only on tags config/install, the task(s) changed here wouldn't be properly targeted. Change-Id: I4148c09733ada1f40da18b8cabc8e69d75686b06 --- tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 9867a82..2deb870 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -25,4 +25,7 @@ - always - include: galera_client_install.yml + tags: + - galera-client-install + - include: galera_client_post_install.yml