From a75493e62c8bd5f1daee90e7ee55bcd67b4b95b8 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sun, 22 Jun 2025 21:37:01 +0300 Subject: added preflight, renamed tasks, added local non-pam user --- main.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main.yaml') diff --git a/main.yaml b/main.yaml index 7c449f9..39004b8 100644 --- a/main.yaml +++ b/main.yaml @@ -4,5 +4,6 @@ vars_files: - vars/main.yaml tasks: - - import_tasks: tasks/install_proxmox_on_debian12.yaml - - import_tasks: tasks/configure_pve.yaml + - import_tasks: tasks/preflight.yaml + - import_tasks: tasks/pve_setup.yaml + - import_tasks: tasks/pve_configure.yaml -- cgit v1.2.3