From 5faba468f7458d5f40927cd4f228df31427b3478 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 9 Dec 2025 19:33:22 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Enable=20snippets=20stora?= =?UTF-8?q?ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the PVE storage configuration to ensure the 'snippets' storage is properly enabled. It modifies the `/etc/pve/storage.cfg` file to include the 'snippets' option, resolving potential issues with snippet functionality. The IP address of the network interface has also been updated. --- tasks/testing.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/tasks/testing.yml b/tasks/testing.yml index c87700d..96692d9 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -10,14 +10,24 @@ state: present update_cache: yes - - name: "[PREFLIGHT] Ensure 'snippets' is enabled for {{ proxmox_snippets_storage }}" + + # - name: "[PREFLIGHT] Ensure 'snippets' is enabled for {{ proxmox_snippets_storage }}" + # ansible.builtin.replace: + # path: /etc/pve/storage.cfg + # regexp: '(dir:\s*{{ proxmox_snippets_storage }}[\s\S]*?content\s+)(.*)(?