From 8b6d1f8590793b2d0f4ca108f018e684243a4c52 Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:21:49 -0600 Subject: [PATCH] ansible: make ibmi git wrapper executable (#3979) --- ansible/roles/bootstrap/tasks/partials/ibmi74.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/bootstrap/tasks/partials/ibmi74.yml b/ansible/roles/bootstrap/tasks/partials/ibmi74.yml index 694512031..21acb83e6 100644 --- a/ansible/roles/bootstrap/tasks/partials/ibmi74.yml +++ b/ansible/roles/bootstrap/tasks/partials/ibmi74.yml @@ -2,3 +2,4 @@ ansible.builtin.copy: dest: /QOpenSys/pkgs/bin/git-jenkins src: "ibmi-git.sh" + mode: 0755