We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802b04a commit 138857dCopy full SHA for 138857d
roles/reproducer/defaults/main.yml
@@ -17,7 +17,7 @@
17
18
# All variables intended for modification should be placed in this file.
19
# All variables within this role should have a prefix of "cifmw_reproducer"
20
-cifmw_reproducer_controller_user: "{{ hostvars['controller-0']['ansible_ssh_user'] | default('zuul') }}"
+cifmw_reproducer_controller_user: "{{ hostvars['controller-0']['ansible_ssh_user'] }}"
21
cifmw_reproducer_controller_user_dir: "/home/{{ cifmw_reproducer_controller_user }}"
22
cifmw_reproducer_controller_basedir: "{{ cifmw_reproducer_controller_user_dir }}/ci-framework-data"
23
cifmw_reproducer_basedir: "{{ cifmw_basedir | default( ansible_user_dir ~ '/ci-framework-data') }}"
0 commit comments