From 232eb4c6fb1a03c21922ff3a9284fa4f6686bcde Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Wed, 29 Apr 2026 16:39:05 -0400 Subject: [PATCH] dnm: print a message testing some depends-on stuff downstream --- reproducer.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reproducer.yml b/reproducer.yml index 84fab83a4..2de7886ce 100644 --- a/reproducer.yml +++ b/reproducer.yml @@ -10,6 +10,10 @@ when: - cifmw_deploy_reproducer_env | default(true) | bool block: + - name: Print a debug message + ansible.builtin.debug: + msg: "HELLO FROM CIFMW" + - name: Inherit from parent scenarios if needed ansible.builtin.include_tasks: file: "ci/playbooks/tasks/inherit_parent_scenario.yml"