From 20e23b5bd9621f7c5d45e60c38c91dff2bd54150 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 26 Feb 2025 11:11:08 +0000 Subject: [PATCH] ci: Name all image prep plays --- tests/image_prep/_container_setup.yml | 7 ++++--- tests/image_prep/_user_accounts.yml | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/image_prep/_container_setup.yml b/tests/image_prep/_container_setup.yml index 2972adda..7b466fc0 100644 --- a/tests/image_prep/_container_setup.yml +++ b/tests/image_prep/_container_setup.yml @@ -1,5 +1,5 @@ - -- hosts: all +- name: Bootstrap containers + hosts: all strategy: linear gather_facts: false tasks: @@ -15,7 +15,8 @@ fi when: bootstrap_packages | length -- hosts: all +- name: Setup containers + hosts: all strategy: mitogen_free # Resource limitation, my laptop freezes doing every container concurrently serial: 4 diff --git a/tests/image_prep/_user_accounts.yml b/tests/image_prep/_user_accounts.yml index 01747876..14ac87f0 100644 --- a/tests/image_prep/_user_accounts.yml +++ b/tests/image_prep/_user_accounts.yml @@ -3,7 +3,8 @@ # # WARNING: this creates non-privilged accounts with pre-set passwords! # -- hosts: all +- name: Mitogen test users and groups + hosts: all gather_facts: true strategy: mitogen_free become: true