From 82e91653363164b84a6c09e7f7825fb4367ba802 Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Tue, 19 Apr 2022 21:00:50 +0200 Subject: [PATCH] mote_v2: fix template vs file --- playbooks/openshift-apps/mote.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/openshift-apps/mote.yml b/playbooks/openshift-apps/mote.yml index 2034d8b62c..430ec1599d 100644 --- a/playbooks/openshift-apps/mote.yml +++ b/playbooks/openshift-apps/mote.yml @@ -44,19 +44,19 @@ objectname: redis-dc.yml - role: openshift/object - file: redis-svc.yml + template: redis-svc.yml objectname: redis-svc.yml - role: openshift/object - file: mote-svc.yml + template: mote-svc.yml objectname: mote-svc.yml - role: openshift/object - file: mote-cm.yml + template: mote-cm.yml objectname: mote-cm.yml - role: openshift/object - file: fedmsg-cm.yml + template: fedmsg-cm.yml objectname: fedmsg-cm.yml when: env == "production"