add tags to the ansible-ansible-openshift-ansible role for osbs-cluster

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller
2016-10-24 20:38:35 +00:00
parent 51f8a2d535
commit 35aeaf6bdb

View File

@@ -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']
}