From 89bdefa600aa5c6b4c86fc070d4656899efed094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Thu, 16 May 2024 09:24:23 +0200 Subject: [PATCH] Add new tag for devscripts layout bootstrap --- docs/source/usage/01_usage.md | 1 + roles/reproducer/tasks/main.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/source/usage/01_usage.md b/docs/source/usage/01_usage.md index 7e9dc45039..3c6b6b2247 100644 --- a/docs/source/usage/01_usage.md +++ b/docs/source/usage/01_usage.md @@ -159,6 +159,7 @@ or `--skip-tags`: - `bootstrap_layout`: Run the [reproducer](../reproducers/01-considerations.md) bootstrap steps only. - `bootstrap_libvirt`: Run the [reproducer](../reproducers/01-considerations.md) libvirt bootstrap only. - `bootstrap_repositories`: Run the [reproducer](../reproducers/01-considerations.md) repositories bootstrap steps only. +- `devscripts_layout`: Run the [reproducer](../reproducers/01-considerations.md) devscripts bootstrap only. - `infra`: Denotes tasks to prepare host virtualization and Openshift Container Platform when deploy-edpm.yml playbook is run. - `build-packages`: Denotes tasks to call the role [pkg_build](../roles/pkg_build.md) when deploy-edpm.yml playbook is run. - `build-containers`: Denotes tasks to call the role [build_containers](../roles/build_containers.md) when deploy-edpm.yml playbook is run. diff --git a/roles/reproducer/tasks/main.yml b/roles/reproducer/tasks/main.yml index b09a350f05..2dade87819 100644 --- a/roles/reproducer/tasks/main.yml +++ b/roles/reproducer/tasks/main.yml @@ -107,12 +107,14 @@ - bootstrap - boostrap_layout - libvirt_layout + - devscripts_layout ansible.builtin.include_tasks: file: devscripts_layout.yml apply: tags: - bootstrap - bootstrap_layout + - devscripts_layout - name: Load the architecture local kustomize patches when: