From ccb9fc760c7220dddddbe23985afdb4fdc2c4e41 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 9 Dec 2025 19:28:06 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Ensure=20snippets=20stora?= =?UTF-8?q?ge=20is=20enabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the `tasks/testing.yml` file to correctly enable the 'snippets' storage for Proxmox. The change ensures that the snippets storage directory is properly configured, resolving an issue where snippets were not being utilized. This update improves the Proxmox setup process and ensures snippets functionality. --- tasks/testing.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tasks/testing.yml b/tasks/testing.yml index 4cbb32c..c87700d 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -13,12 +13,11 @@ - name: "[PREFLIGHT] Ensure 'snippets' is enabled for {{ proxmox_snippets_storage }}" ansible.builtin.replace: path: /etc/pve/storage.cfg - regexp: '^(\s*content\s*=.*?)(?