From 5d6b54306e2d36a05233ca31017b63b48d0400e7 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 18 Jun 2019 11:44:10 +0000 Subject: [PATCH] coreos-cincinnati: register openshift objects Signed-off-by: Luca Bruno --- playbooks/openshift-apps/coreos-cincinnati.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/openshift-apps/coreos-cincinnati.yml b/playbooks/openshift-apps/coreos-cincinnati.yml index b367b3ad7d..0dd943bf49 100644 --- a/playbooks/openshift-apps/coreos-cincinnati.yml +++ b/playbooks/openshift-apps/coreos-cincinnati.yml @@ -29,16 +29,19 @@ app: coreos-cincinnati template: buildconfig-stub.yml objectname: buildconfig-stub.yml + register: coreos-cincinnati-stub-build - role: openshift/object app: coreos-cincinnati file: config-stub.yml objectname: config-stub.yml + register: coreos-cincinnati-stub-config - role: openshift/object app: coreos-cincinnati template: deploymentconfig.yml objectname: deploymentconfig.yml + register: coreos-cincinnati-deployment - role: openshift/object app: coreos-cincinnati