mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user