Skip to content

Commit ec48f96

Browse files
committed
fix NFS configurations for compute-init
1 parent 186bba1 commit ec48f96

File tree

1 file changed

+1
-1
lines changed
  • environments/common/inventory/group_vars/all

1 file changed

+1
-1
lines changed

environments/common/inventory/group_vars/all/nfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ nfs_configurations_extra: [] # site-specific nfs shares
3636

3737
nfs_configurations: >- # construct stackhpc.nfs variable
3838
{{
39-
nfs_configuration_home_volume if (cluster_home_volume | default(true)) else []
39+
(nfs_configuration_home_volume if (cluster_home_volume | default(true)) else [])
4040
+
4141
nfs_configuration_compute_nodes
4242
+

0 commit comments

Comments
 (0)