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:
parent
e5c5cc336f
commit
0cf8a59fd5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue