diff --git a/tasks/preflight-checks.yml b/tasks/preflight-checks.yml index 5d98fd9..5856322 100644 --- a/tasks/preflight-checks.yml +++ b/tasks/preflight-checks.yml @@ -163,11 +163,10 @@ ansible.builtin.lineinfile: path: /etc/pve/storage.cfg insertafter: "^dir: {{ proxmox_snippets_storage }}$" - regexp: '^(\\s*content\\s+)(.*)(?,snippets' backrefs: yes - become: true - + - name: "[PREFLIGHT] Ensure snippets storage directory exists" ansible.builtin.file: path: "{{ proxmox_snippets_storage_path }}/snippets"