File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
roles/reproducer/defaults Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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'] }}"
2122cifmw_reproducer_controller0_user_dir : " /home/{{ cifmw_reproducer_controller0_user }}"
2223cifmw_reproducer_basedir : " {{ cifmw_basedir | default( ansible_user_dir ~ '/ci-framework-data') }}"
2324cifmw_reproducer_src_dir : " {{ cifmw_ci_src_dir | default( ansible_user_dir ~ '/src') }}"
You can’t perform that action at this time.
0 commit comments