openqa: fix openqa_nfs_{worker,client}s confusion again

Missed from previous commit.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-06-07 13:26:22 -07:00
parent e5c5cc336f
commit 0cf8a59fd5

View file

@ -234,7 +234,7 @@
- name: Enable and start NFS server
service: name=nfs-server enabled=yes state=started
when: openqa_nfs_clients is defined
when: openqa_nfs_workers is defined
- name: Refresh exports
command: exportfs -r