- name: Deploy VM templates hosts: node0 tasks: # - name: Import variables from Ansible vault # ansible.builtin.include_vars: secrets.yml - name: Install proxmoxer from APT apt: name: python3-proxmoxer state: present update_cache: yes - name: "[PREFLIGHT] Ensure 'snippets' is enabled for {{ proxmox_snippets_storage }}" ansible.builtin.replace: path: /etc/pve/storage.cfg regexp: '^(\s*content\s*=.*?)(?