From 5f2d06c90c12642af71ca5ca0e9e0e3655dcf863 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Wed, 23 Apr 2025 10:52:07 +0100 Subject: [PATCH] forgejo: reorder ansible task execution Signed-off-by: David Kirwan --- roles/openshift-apps/forgejo/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/forgejo/tasks/main.yml b/roles/openshift-apps/forgejo/tasks/main.yml index 5089049ebc..d4b756e12f 100644 --- a/roles/openshift-apps/forgejo/tasks/main.yml +++ b/roles/openshift-apps/forgejo/tasks/main.yml @@ -4,5 +4,5 @@ path: "/root/ocp4/openshift-apps/forgejo/" state: directory -- include_tasks: call-helm.yml - include_tasks: create-postgres-operator-config.yml +- include_tasks: call-helm.yml