From 00fd1bd1e52edc3243e5b3349126f2b6b6b10105 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Sat, 21 Dec 2024 00:01:31 +0100 Subject: [PATCH] added new task --- roles/base/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 8b4e84b..1d279ff 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -40,6 +40,7 @@ when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu", "Linux Mint", "Archlinux"] - import_tasks: system_setup/disable_standby.yml when: is_proxmox is defined and is_proxmox == true + - import_tasks: system_setup/import_stepca.yml # Set up the ansible environment