From ab704535ee358749d62fb663949922da04efa08d Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Mon, 20 Jun 2022 16:56:42 +0200 Subject: [PATCH] deploy/ansible: use teuthology_main in src Signed-off-by: Kyr Shatskyy --- .../deploy/ansible/roles/teuthology_workers/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/deploy/ansible/roles/teuthology_workers/tasks/main.yml b/teuthology/deploy/ansible/roles/teuthology_workers/tasks/main.yml index 4a4e2388e1..abd0976a5e 100644 --- a/teuthology/deploy/ansible/roles/teuthology_workers/tasks/main.yml +++ b/teuthology/deploy/ansible/roles/teuthology_workers/tasks/main.yml @@ -15,7 +15,7 @@ bash docs/_static/worker_start.sh {{ machine_type }} {{ workers }} args: executable: /bin/bash - chdir: /home/{{ teuthology_execution_user }}/src/teuthology_master + chdir: /home/{{ teuthology_execution_user }}/src/teuthology_main become_user: "{{ teuthology_execution_user }}" when: workers > 0 @@ -51,6 +51,6 @@ args: executable: /bin/bash - chdir: /home/{{ teuthology_execution_user }}/src/teuthology_master + chdir: /home/{{ teuthology_execution_user }}/src/teuthology_main become_user: "{{ teuthology_execution_user }}" when: dispatcher > 0