From e5c5cc336f02e3bb2057233002f81f90b6f902e3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 7 Jun 2022 13:25:42 -0700 Subject: [PATCH] openqa: fix confusion between openqa_nfs_{worker,client}s Signed-off-by: Adam Williamson --- roles/openqa/worker/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/worker/tasks/main.yml b/roles/openqa/worker/tasks/main.yml index 3dc6f5609d..c2399ef835 100644 --- a/roles/openqa/worker/tasks/main.yml +++ b/roles/openqa/worker/tasks/main.yml @@ -14,7 +14,7 @@ ## bool - whether this worker expects to share the factory dir with ## the server via NFS. If set, the nfs-client task will be ## run to set up the share. The worker should also be included -## in the server's openqa_nfs_clients var so it is granted +## in the server's openqa_nfs_workers var so it is granted ## access to the share ## default - false # - openqa_hdds_worker