From 47222f1efdb3a5d2bab3b220cd3b6797f794b06b Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 15 Mar 2019 15:31:39 +0100 Subject: [PATCH] Greenwave: Add an ansible tag to only apply the buildconfig Signed-off-by: Clement Verna --- playbooks/openshift-apps/greenwave.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/openshift-apps/greenwave.yml b/playbooks/openshift-apps/greenwave.yml index 7cd798427e..d15499c19d 100644 --- a/playbooks/openshift-apps/greenwave.yml +++ b/playbooks/openshift-apps/greenwave.yml @@ -54,6 +54,8 @@ app: greenwave template: buildconfig.yml objectname: buildconfig.yml + tags: + - apply-buildconfig - role: openshift/object app: greenwave template: configmap.yml