From af73f2eccf3233018947d134ba842bd2d1b6d0b8 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Tue, 25 Jun 2024 18:11:48 +0200 Subject: [PATCH] templates/packer: make set_executor_hostname executable Prevents `worker-executor.service: Failed at step EXEC spawning /usr/local/libexec/worker-initialization-scripts/set_executor_hostname.sh: Permission denied`. --- .../files/worker-initialization-scripts/set_executor_hostname.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 templates/packer/ansible/roles/common/files/worker-initialization-scripts/set_executor_hostname.sh diff --git a/templates/packer/ansible/roles/common/files/worker-initialization-scripts/set_executor_hostname.sh b/templates/packer/ansible/roles/common/files/worker-initialization-scripts/set_executor_hostname.sh old mode 100644 new mode 100755