Skip to content

Commit 2f16f45

Browse files
committed
DNM: comment out default('zuul') for testing
1 parent 06accac commit 2f16f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roles/reproducer/defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
# All variables intended for modification should be placed in this file.
1919
# All variables within this role should have a prefix of "cifmw_reproducer"
20-
cifmw_reproducer_controller0_user: "{{ hostvars['controller-0']['ansible_ssh_user'] | default('zuul') }}"
20+
#cifmw_reproducer_controller0_user: "{{ hostvars['controller-0']['ansible_ssh_user'] | default('zuul') }}"
21+
cifmw_reproducer_controller0_user: "{{ hostvars['controller-0']['ansible_ssh_user'] }}"
2122
cifmw_reproducer_controller0_user_dir: "/home/{{ cifmw_reproducer_controller0_user }}"
2223
cifmw_reproducer_basedir: "{{ cifmw_basedir | default( ansible_user_dir ~ '/ci-framework-data') }}"
2324
cifmw_reproducer_src_dir: "{{ cifmw_ci_src_dir | default( ansible_user_dir ~ '/src') }}"

0 commit comments

Comments
 (0)