From 35aeaf6bdbfeb73cbf0d530e58a281978b0c82a2 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 24 Oct 2016 20:38:35 +0000 Subject: [PATCH] add tags to the ansible-ansible-openshift-ansible role for osbs-cluster Signed-off-by: Adam Miller --- playbooks/groups/osbs-cluster.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index cef213089a..1d5de274de 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -89,5 +89,6 @@ openshift_ansible_refspec: "openshift-ansible-3.2.35-1", openshift_cluster_masters_group: "osbs-masters-stg", openshift_cluster_nodes_group: "osbs-nodes-stg", - when: env == 'staging' + when: env == 'staging', + tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] }