enable ansible setup

This commit is contained in:
2025-10-22 13:28:45 +02:00
parent 2c1a28cd09
commit 75cc16d118

View File

@@ -6,6 +6,9 @@
- block:
- debug:
msg: Debug
# Set up the ansible environment
- import_tasks: ansible_setup.yml
# basics
- import_tasks: system_setup/hostname.yml
- import_tasks: system_setup/hosts.yml
@@ -44,8 +47,5 @@
- import_tasks: system_setup/import_stepca.yml
# Set up the ansible environment
# - import_tasks: ansible_setup.yml
rescue:
- set_fact: task_failed=true