From 2ccdc83dce0ffbc30da1b861ee6d3c7a2c51eeb7 Mon Sep 17 00:00:00 2001 From: Greg Sutcliffe Date: Thu, 13 Mar 2025 15:45:07 +0000 Subject: [PATCH] Add lint prefix to template_fullpath to match openshift/object --- roles/openshift/imagestream/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift/imagestream/tasks/main.yml b/roles/openshift/imagestream/tasks/main.yml index 770115d29c..92f5332434 100644 --- a/roles/openshift/imagestream/tasks/main.yml +++ b/roles/openshift/imagestream/tasks/main.yml @@ -5,4 +5,4 @@ vars: object_app: "{{imagestream_app}}" object_objectname: imagestream-{{imagestream_imagename}}.yml - template_fullpath: "{{roles_path}}/openshift/imagestream/templates/imagestream.yml" + object_template_fullpath: "{{roles_path}}/openshift/imagestream/templates/imagestream.yml"