From 13298434043f7caf5e8193d007ff53fcd8bdafe9 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Wed, 12 Nov 2025 10:24:10 -0500 Subject: [PATCH] [reproducer] test make a tiny change in the reproducer role Signed-off-by: Michael Burke --- roles/reproducer/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/reproducer/defaults/main.yml b/roles/reproducer/defaults/main.yml index ca312765d..da2ed7edd 100644 --- a/roles/reproducer/defaults/main.yml +++ b/roles/reproducer/defaults/main.yml @@ -16,7 +16,7 @@ # All variables intended for modification should be placed in this file. -# All variables within this role should have a prefix of "cifmw_reproducer" +# All variables within this role should have a prefix of "cifmw_reproducer". cifmw_reproducer_controller_user: "{{ hostvars['controller-0']['ansible_ssh_user'] | default('zuul') }}" cifmw_reproducer_controller_user_dir: "/home/{{ cifmw_reproducer_controller_user }}" cifmw_reproducer_controller_basedir: "{{ cifmw_reproducer_controller_user_dir }}/ci-framework-data"