From d026b6eece0774bb2ced08c6657b2a2250edcc8e Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 7 Aug 2015 14:50:36 +0000 Subject: [PATCH] only run post-install tasks on the OpenShift master node --- playbooks/groups/osbs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/osbs.yml b/playbooks/groups/osbs.yml index 7845b3b562..74458317b5 100644 --- a/playbooks/groups/osbs.yml +++ b/playbooks/groups/osbs.yml @@ -56,7 +56,7 @@ - osbs-openshift - name: OpenShift post-install config - hosts: osbs-stg + hosts: openshift_masters user: root gather_facts: True @@ -86,7 +86,7 @@ - name: docker-registry - hosts: osbs-stg + hosts: openshift_masters user: root gather_facts: True