From 592b8bb0c8ab1e65fd04d961ead22ac79cda1fa2 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Thu, 4 Nov 2021 11:38:37 +0000 Subject: [PATCH] fcos-pipeline-migration: fix template file permissions Signed-off-by: David Kirwan --- roles/openshift-apps/fcos-pipeline/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/fcos-pipeline/tasks/main.yaml b/roles/openshift-apps/fcos-pipeline/tasks/main.yaml index 07c9adc8a6..7c9453bff4 100644 --- a/roles/openshift-apps/fcos-pipeline/tasks/main.yaml +++ b/roles/openshift-apps/fcos-pipeline/tasks/main.yaml @@ -12,6 +12,7 @@ template: src: "{{ item }}" dest: "/root/ocp4/openshift-apps/{{ item }}" + mode: 0770 with_items: "{{ project_templates }}" # apply created openshift resources