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"