From 6e452bdd3d938e8b3c686245d3ecf6bb05143e35 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 3 Aug 2025 13:46:18 +0300 Subject: [PATCH] pve: preserve chmod +x on admin_scripts --- proxmox/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/proxmox/base.yaml b/proxmox/base.yaml index a691ea7..6c4d18b 100644 --- a/proxmox/base.yaml +++ b/proxmox/base.yaml @@ -85,6 +85,7 @@ ansible.builtin.copy: src: admin_scripts/ dest: /root/admin_scripts/ + mode: preserve - name: load secrets ansible.builtin.include_vars: