summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'ansible')
-rw-r--r--ansible/nfs_ganesha_client_setup.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/nfs_ganesha_client_setup.yml b/ansible/nfs_ganesha_client_setup.yml
index 8327e2431..86dea397d 100644
--- a/ansible/nfs_ganesha_client_setup.yml
+++ b/ansible/nfs_ganesha_client_setup.yml
@@ -5,5 +5,5 @@
tasks:
- name: Setup Clients to run NFS-Ganesha tests.
yum:
- name: ['wget', 'iozone', 'perl-Test-Harness', 'libacl*', 'gcc']
+ name: ['wget', 'iozone', 'perl-Test-Harness', 'libacl*', 'gcc', 'git', 'make', 'time']
state: latest