From 8e58c4a7592c640fb5e5e80c5878c1a79eb89f55 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 26 Feb 2025 11:05:54 +0000 Subject: [PATCH] ci: Decouple image prep from Ansible controller reporting This will allow image preparation using Ansible versions that predate import_playbook. --- tests/image_prep/_user_accounts.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/image_prep/_user_accounts.yml b/tests/image_prep/_user_accounts.yml index 10834efc..01747876 100644 --- a/tests/image_prep/_user_accounts.yml +++ b/tests/image_prep/_user_accounts.yml @@ -3,9 +3,6 @@ # # WARNING: this creates non-privilged accounts with pre-set passwords! # - -- import_playbook: ../ansible/setup/report_controller.yml - - hosts: all gather_facts: true strategy: mitogen_free